Files
axum/axum-macros/tests/debug_handler/fail/too_many_extractors.stderr
T

12 lines
331 B
Plaintext
Raw Normal View History

2021-11-19 21:32:07 +01:00
error: Handlers cannot take more than 16 arguments. Use `(a, b): (ExtractorA, ExtractorA)` to further nest extractors
--> tests/debug_handler/fail/too_many_extractors.rs:6:5
2021-11-11 21:26:08 +01:00
|
6 | / e1: Uri,
7 | | e2: Uri,
8 | | e3: Uri,
9 | | e4: Uri,
2021-11-11 21:26:08 +01:00
... |
21 | | e16: Uri,
22 | | e17: Uri,
| |_____________^