]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/issue-90878-2.stderr
Do not suggest `let_else` if no bindings would be introduced
[rust.git] / src / test / ui / consts / issue-90878-2.stderr
1 error: unexpected token: `|x| [b; x]`
2   --> $DIR/issue-90878-2.rs:1:7
3    |
4 LL |  #![l=|x|[b;x ]]
5    |       ^^^^^^^^^
6
7 error: cannot find attribute `l` in this scope
8   --> $DIR/issue-90878-2.rs:1:5
9    |
10 LL |  #![l=|x|[b;x ]]
11    |     ^
12
13 error: aborting due to 2 previous errors
14