mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-29 22:10:59 +00:00

* Support `#[from_request(via(...))]` on enums * Check `#[from_request]` on variants * check for non enum/struct and clean up * changelog * changelog * remove needless feature * changelog ref
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
error: cannot use `rejection_derive` on enums
|
|
--> tests/from_request/fail/enum_rejection_derive.rs:4:16
|
|
|
|
|
4 | #[from_request(rejection_derive(!Error))]
|
|
| ^^^^^^^^^^^^^^^^
|