mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-20 00:00:11 +02:00
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 :)
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
error: `#[debug_handler]` is not supported on methods
|
|
--> tests/fail/self_receiver.rs:17:22
|
|
|
|
|
17 | async fn handler(self) {}
|
|
| ^^^^
|