axum/axum-debug/tests/fail/extract_self_mut.stderr

6 lines
168 B
Text
Raw Normal View History

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