]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2294-if-let-guard/bindings.stderr
Auto merge of #107241 - clubby789:bootstrap-lto-off, r=simulacrum
[rust.git] / tests / ui / rfc-2294-if-let-guard / bindings.stderr
1 error[E0425]: cannot find value `y` in this scope
2   --> $DIR/bindings.rs:6:14
3    |
4 LL |         _ => y,
5    |              ^ not found in this scope
6
7 error[E0425]: cannot find value `y` in this scope
8   --> $DIR/bindings.rs:8:5
9    |
10 LL |     y
11    |     ^ not found in this scope
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0425`.