Files
axum/axum-macros/tests/debug_handler/fail/duplicate_args.stderr
T
4e4c29175f Remove B type param (#1751)
Co-authored-by: Jonas Platte <[email protected]>
Co-authored-by: Michael Scofield <[email protected]>
2023-04-21 17:45:31 +02:00

6 lines
180 B
Plaintext

error: `state` specified more than once
--> tests/debug_handler/fail/duplicate_args.rs:3:29
|
3 | #[debug_handler(state = (), state = ())]
| ^^^^^