2021-11-19 21:32:07 +01:00
|
|
|
error: Handlers must only take owned values
|
2021-11-30 14:46:13 +01:00
|
|
|
--> tests/fail/extract_self_ref.rs:23:22
|
2021-11-19 21:32:07 +01:00
|
|
|
|
|
2021-11-30 14:46:13 +01:00
|
|
|
23 | async fn handler(&self) {}
|
2021-11-19 21:32:07 +01:00
|
|
|
| ^^^^^
|