mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-24 16:17:56 +01:00
4e4c29175f
Co-authored-by: Jonas Platte <jplatte+git@posteo.de> Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
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:24:22
|
|
|
|
|
24 | async fn handler(&self) {}
|
|
| ^^^^^
|