axum/axum-macros/tests/debug_handler/fail/extract_self_ref.stderr

6 lines
174 B
Text
Raw Normal View History

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