]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-2848.stderr
Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix
[rust.git] / src / test / ui / issue-2848.stderr
1 error[E0408]: variable `beta` is not bound in all patterns
2   --> $DIR/issue-2848.rs:22:7
3    |
4 LL |       alpha | beta => {} //~  ERROR variable `beta` is not bound in all patterns
5    |       ^^^^^   ---- variable not in all patterns
6    |       |
7    |       pattern doesn't bind `beta`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0408`.