mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-19 13:10:41 +01:00
f6fc5ed80c
* Move axum-debug into axum-macros * fix ref to axum-macros in changelog * Apply suggestions from code review Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com> Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
7 lines
295 B
Text
7 lines
295 B
Text
error[E0277]: the trait bound `bool: FromRequest<Body>` is not satisfied
|
|
--> tests/debug_handler/fail/argument_not_extractor.rs:4:23
|
|
|
|
|
4 | async fn handler(foo: bool) {}
|
|
| ^^^^ the trait `FromRequest<Body>` is not implemented for `bool`
|
|
|
|
|
= help: see issue #48214
|