]> git.lizzy.rs Git - rust.git/blob - tests/ui/array-slice-vec/array_const_index-0.stderr
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / ui / array-slice-vec / array_const_index-0.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/array_const_index-0.rs:2:16
3    |
4 LL | const B: i32 = (&A)[1];
5    |                ^^^^^^^ index out of bounds: the length is 0 but the index is 1
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.