mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-23 07:39:25 +01:00
8 lines
288 B
Text
8 lines
288 B
Text
|
error: missing `#[from_request(via(...))]`
|
||
|
--> tests/from_request/fail/enum_no_via.rs:3:10
|
||
|
|
|
||
|
3 | #[derive(FromRequest, Clone)]
|
||
|
| ^^^^^^^^^^^
|
||
|
|
|
||
|
= note: this error originates in the derive macro `FromRequest` (in Nightly builds, run with -Z macro-backtrace for more info)
|