]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-2849.stderr
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
[rust.git] / src / test / ui / issues / issue-2849.stderr
1 error[E0408]: variable `i` is not bound in all patterns
2   --> $DIR/issue-2849.rs:5:7
3    |
4 LL |       Foo::Alpha | Foo::Beta(i) => {}
5    |       ^^^^^^^^^^             - variable not in all patterns
6    |       |
7    |       pattern doesn't bind `i`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0408`.