Files
axum/axum-macros/tests/debug_handler/fail/extract_self_ref.stderr
T
2024-09-28 21:27:11 +00:00

6 lines
174 B
Plaintext

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