mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 08:56:15 +01:00
12 lines
371 B
Text
12 lines
371 B
Text
|
error: `body` specified more than once
|
||
|
--> tests/debug_handler/fail/duplicate_args.rs:3:33
|
||
|
|
|
||
|
3 | #[debug_handler(body = BoxBody, body = BoxBody)]
|
||
|
| ^^^^
|
||
|
|
||
|
error: `state` specified more than once
|
||
|
--> tests/debug_handler/fail/duplicate_args.rs:6:29
|
||
|
|
|
||
|
6 | #[debug_handler(state = (), state = ())]
|
||
|
| ^^^^^
|