Update trybuild tests for Rust 1.65.0 (#1509)

This commit is contained in:
David Pedersen
2022-11-04 09:07:57 +01:00
committed by GitHub
parent 2aadf4bfd0
commit a27bd2c6a2
5 changed files with 7 additions and 7 deletions
@@ -8,7 +8,7 @@ error[E0277]: the trait bound `fn(Extractor<()>) -> impl Future<Output = ()> {fo
--> tests/from_request/fail/generic_without_via.rs:10:46
|
10 | Router::<(), Body>::new().route("/", get(foo));
| --- ^^^ the trait `Handler<_, _, _>` is not implemented for `fn(Extractor<()>) -> impl Future<Output = ()> {foo}`
| --- ^^^ the trait `Handler<_, _, _>` is not implemented for fn item `fn(Extractor<()>) -> impl Future<Output = ()> {foo}`
| |
| required by a bound introduced by this call
|