]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-match-check.eval2.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / consts / const-match-check.eval2.stderr
1 error[E0005]: refutable pattern in local binding: `_` not covered
2   --> $DIR/const-match-check.rs:41:24
3    |
4 LL |     let x: [i32; { let 0 = 0; 0 }] = [];
5    |                        ^ pattern `_` not covered
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0005`.