2023-12-30 22:48:35 +01:00
|
|
|
error: Cannot return tuples with more than 17 elements
|
2024-11-26 19:04:01 +01:00
|
|
|
--> tests/debug_handler/fail/output_tuple_too_many.rs:4:20
|
2023-12-30 22:48:35 +01:00
|
|
|
|
|
2024-11-26 19:04:01 +01:00
|
|
|
4 | async fn handler() -> (
|
|
|
|
| ____________________^
|
|
|
|
5 | | axum::http::StatusCode,
|
|
|
|
6 | | AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
2023-12-30 22:48:35 +01:00
|
|
|
7 | | AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
|
|
|
... |
|
2024-11-26 19:04:01 +01:00
|
|
|
23 | | axum::http::StatusCode,
|
|
|
|
24 | | ) {
|
2023-12-30 22:48:35 +01:00
|
|
|
| |_^
|