mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-19 05:00:34 +01:00
12 lines
389 B
Text
12 lines
389 B
Text
|
error: Only one body extractor can be applied
|
||
|
--> tests/debug_handler/fail/multiple_body_extractors.rs:5:18
|
||
|
|
|
||
|
5 | async fn handler(_: String, _: Bytes) {}
|
||
|
| ^^^^^^^^^
|
||
|
|
||
|
error: Only one body extractor can be applied
|
||
|
--> tests/debug_handler/fail/multiple_body_extractors.rs:5:29
|
||
|
|
|
||
|
5 | async fn handler(_: String, _: Bytes) {}
|
||
|
| ^^^^^^^^
|