summaryrefslogtreecommitdiff
path: root/axum-macros/tests/debug_handler/fail/extract_self_ref.stderr
blob: d475c5092f5445667cf436d6d6dfb691790b448a (plain)
1
2
3
4
5
error: Handlers must only take owned values
  --> tests/debug_handler/fail/extract_self_ref.rs:19:22
   |
19 |     async fn handler(&self) {}
   |                      ^^^^^