Files
axum/axum-macros/tests/debug_handler/fail/extract_self_mut.stderr
T

6 lines
182 B
Plaintext
Raw Normal View History

2021-11-19 21:32:07 +01:00
error: Handlers must only take owned values
2023-03-20 21:02:40 +01:00
--> tests/debug_handler/fail/extract_self_mut.rs:23:22
2021-11-19 21:32:07 +01:00
|
2023-03-20 21:02:40 +01:00
23 | async fn handler(&mut self) {}
2021-11-19 21:32:07 +01:00
| ^^^^^^^^^