]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/const-prop-ice2.stderr
suggest fix for attempted integer identifier in patterns
[rust.git] / tests / ui / consts / const-prop-ice2.stderr
1 error: this operation will panic at runtime
2   --> $DIR/const-prop-ice2.rs:6:20
3    |
4 LL |     println!("{}", xs[Enum::One as usize]);
5    |                    ^^^^^^^^^^^^^^^^^^^^^^ index out of bounds: the length is 1 but the index is 1
6    |
7    = note: `#[deny(unconditional_panic)]` on by default
8
9 error: aborting due to previous error
10