Files
axum/axum-macros/tests/debug_handler/fail/extract_self_ref.stderr
T

6 lines
174 B
Plaintext
Raw Normal View History

2021-11-19 21:32:07 +01:00
error: Handlers must only take owned values
2022-08-17 17:13:31 +02:00
--> tests/debug_handler/fail/extract_self_ref.rs:24:22
2021-11-19 21:32:07 +01:00
|
2022-08-17 17:13:31 +02:00
24 | async fn handler(&self) {}
2021-11-19 21:32:07 +01:00
| ^^^^^