mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 05:20:46 +00:00

Co-authored-by: Jonas Platte <jplatte+git@posteo.de> Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
6 lines
180 B
Plaintext
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 = ())]
|
|
| ^^^^^
|