Files
axum/axum-macros/tests/debug_handler/fail/duplicate_args.stderr
T
a4b7d3843c Remove B type param (#1751)
Co-authored-by: Jonas Platte <[email protected]>
Co-authored-by: Michael Scofield <[email protected]>
2023-03-23 20:22:35 +01: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 = ())]
| ^^^^^