mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-24 08:06:36 +01:00
19101f624d
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
5 lines
174 B
Text
5 lines
174 B
Text
error: Handlers must only take owned values
|
|
--> tests/debug_handler/fail/extract_self_ref.rs:19:22
|
|
|
|
|
19 | async fn handler(&self) {}
|
|
| ^^^^^
|