mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-25 08:37:29 +01:00
4e4c29175f
Co-authored-by: Jonas Platte <jplatte+git@posteo.de> Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
5 lines
180 B
Text
5 lines
180 B
Text
error: `state` specified more than once
|
|
--> tests/debug_handler/fail/duplicate_args.rs:3:29
|
|
|
|
|
3 | #[debug_handler(state = (), state = ())]
|
|
| ^^^^^
|