]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-match-check.eval1.stderr
Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomatsakis
[rust.git] / src / test / ui / consts / const-match-check.eval1.stderr
1 error[E0005]: refutable pattern in local binding: `std::i32::MIN..=-1i32` and `1i32..=std::i32::MAX` not covered
2   --> $DIR/const-match-check.rs:25:15
3    |
4 LL |     A = { let 0 = 0; 0 },
5    |               ^ patterns `std::i32::MIN..=-1i32` and `1i32..=std::i32::MAX` not covered
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0005`.