mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-31 19:51:50 +02:00
5 lines
182 B
Text
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) {}
|
|
| ^^^^^^^^^
|