Files
axum/axum-macros/tests/debug_handler/fail/not_async.stderr
T

6 lines
114 B
Plaintext
Raw Normal View History

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