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

12 lines
352 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
2022-01-26 23:27:22 +01:00
--> tests/debug_handler/fail/too_many_extractors.rs:5:5
2021-11-11 21:26:08 +01:00
|
5 | / e1: String,
6 | | e2: String,
7 | | e3: String,
8 | | e4: String,
... |
20 | | e16: String,
21 | | e17: String,
| |________________^