Files
axum/axum-debug/tests/fail/not_async.stderr
T

6 lines
100 B
Plaintext
Raw Normal View History

2021-11-19 21:32:07 +01:00
error: Handlers must be `async fn`s
2021-11-11 21:26:08 +01:00
--> tests/fail/not_async.rs:4:1
|
4 | fn handler() {}
| ^^