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

6 lines
246 B
Plaintext
Raw Normal View History

error: `via` specified more than once
2022-08-17 17:13:31 +02:00
--> tests/from_request/fail/double_via_attr.rs:4:55
|
2022-08-17 17:13:31 +02:00
4 | struct Extractor(#[from_request(via(axum::Extension), via(axum::Extension))] State);
| ^^^