Files
axum/axum-macros/tests/from_request/fail/derive_opt_out_duplicate.stderr
T

6 lines
219 B
Plaintext
Raw Normal View History

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))]
| ^^^^^