mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-16 00:00:18 +02:00
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
error: Handlers must only take owned values
|
|
--> tests/debug_handler/fail/extract_self_mut.rs:19:22
|
|
|
|
|
19 | async fn handler(&mut self) {}
|
|
| ^^^^^^^^^
|