Files
axum/axum-macros/tests/debug_handler/fail/extract_self_mut.stderr
T
a4b7d3843c Remove B type param (#1751)
Co-authored-by: Jonas Platte <[email protected]>
Co-authored-by: Michael Scofield <[email protected]>
2023-03-23 20:22:35 +01:00

6 lines
182 B
Plaintext

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