mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-24 08:06:36 +01:00
d2cea5cdbd
Co-authored-by: David Pedersen <david.pdrsn@gmail.com> Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
12 lines
384 B
Text
12 lines
384 B
Text
error: Cannot return tuples with more than 17 elements
|
|
--> tests/debug_handler/fail/output_tuple_too_many.rs:5:3
|
|
|
|
|
5 | ) -> (
|
|
| ___^
|
|
6 | | axum::http::StatusCode,
|
|
7 | | AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
|
8 | | AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
|
... |
|
|
24 | | axum::http::StatusCode,
|
|
25 | | ) {
|
|
| |_^
|