axum/axum-debug/tests/fail/argument_not_extractor.stderr

8 lines
281 B
Text
Raw Normal View History

error[E0277]: the trait bound `bool: FromRequest<Body>` is not satisfied
--> tests/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