mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-01 06:46:48 +01:00
6 lines
160 B
Text
6 lines
160 B
Text
|
error: Handlers must only take owned values
|
||
|
--> tests/fail/extract_self_ref.rs:20:22
|
||
|
|
|
||
|
20 | async fn handler(&self) {}
|
||
|
| ^^^^^
|