2021-11-19 21:32:07 +01:00
|
|
|
error: Handlers must only take owned values
|
2024-09-28 23:27:11 +02:00
|
|
|
--> tests/debug_handler/fail/extract_self_ref.rs:19:22
|
2021-11-19 21:32:07 +01:00
|
|
|
|
|
2024-09-28 23:27:11 +02:00
|
|
|
19 | async fn handler(&self) {}
|
2021-11-19 21:32:07 +01:00
|
|
|
| ^^^^^
|