mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-23 15:48:06 +01:00
7d88bd3a66
* Check for multiple body extractors in `debug_handler` * changelog link
11 lines
389 B
Text
11 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) {}
|
|
| ^^^^^^^^
|