axum/axum-macros/tests/debug_handler/fail/extract_self_mut.stderr
Zheng Li 19101f624d
Replace async_trait with AFIT / RPITIT (#2308)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2024-09-28 21:27:11 +00:00

5 lines
182 B
Text

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