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

6 lines
104 B
Plaintext
Raw Normal View History

2021-11-11 21:26:08 +01:00
error: handlers must be async functions
--> tests/fail/not_async.rs:4:1
|
4 | fn handler() {}
| ^^