mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-08 11:24:01 +01:00
c7b8813c47
The things are also covered by the doc tests but this also gives us assertions on the errors produced, which is the whole point of this crate :)
5 lines
165 B
Text
5 lines
165 B
Text
error: `#[debug_handler]` is not supported on methods
|
|
--> tests/fail/self_receiver.rs:17:22
|
|
|
|
|
17 | async fn handler(self) {}
|
|
| ^^^^
|