]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/const-eval/unused-broken-const.stderr
During MirBorrowck, ignore ConstEvalCounter
[rust.git] / tests / ui / consts / const-eval / unused-broken-const.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/unused-broken-const.rs:5:18
3    |
4 LL | const FOO: i32 = [][0];
5    |                  ^^^^^ index out of bounds: the length is 0 but the index is 0
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.