mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-19 13:10:41 +01:00
6 lines
219 B
Text
6 lines
219 B
Text
|
error: `Error` opt out specified more than once
|
||
|
--> tests/from_request/fail/derive_opt_out_duplicate.rs:4:42
|
||
|
|
|
||
|
4 | #[from_request(rejection_derive(!Error, !Error))]
|
||
|
| ^^^^^
|