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

6 lines
180 B
Plaintext
Raw Normal View History

error: `state` specified more than once
2023-03-12 16:37:32 +01:00
--> tests/debug_handler/fail/duplicate_args.rs:3:29
|
2023-03-12 16:37:32 +01:00
3 | #[debug_handler(state = (), state = ())]
| ^^^^^