axum/axum-macros/tests/debug_handler/fail/extract_self_ref.stderr
David Pedersen 4e4c29175f Remove B type param (#1751)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
2023-04-21 17:45:31 +02:00

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) {}
| ^^^^^