Files
2023-03-23 20:24:58 +01:00

6 lines
182 B
Plaintext

error: Handlers must only take owned values
--> tests/debug_handler/fail/extract_self_mut.rs:23:22
|
23 | async fn handler(&mut self) {}
| ^^^^^^^^^