]> git.lizzy.rs Git - rust.git/blob - tests/ui/closures/binder/implicit-return.stderr
Move /src/test to /tests
[rust.git] / tests / ui / closures / binder / implicit-return.stderr
1 error: implicit types in closure signatures are forbidden when `for<...>` is present
2   --> $DIR/implicit-return.rs:4:34
3    |
4 LL |     let _f = for<'a> |_: &'a ()| {};
5    |              -------             ^
6    |              |
7    |              `for<...>` is here
8
9 error: aborting due to previous error
10