]> git.lizzy.rs Git - rust.git/blob - tests/ui/liveness/liveness-issue-2163.stderr
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / ui / liveness / liveness-issue-2163.stderr
1 error[E0308]: mismatched types
2   --> $DIR/liveness-issue-2163.rs:5:30
3    |
4 LL |       a.iter().all(|_| -> bool {
5    |  ______________________________^
6 LL | |
7 LL | |     });
8    | |_____^ expected `bool`, found `()`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.