]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/const-prop-ice.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / consts / const-prop-ice.stderr
1 error: this operation will panic at runtime
2 --> $DIR/const-prop-ice.rs:4:5
3 |
4 LL | [0; 3][3u64 as usize];
5 | ^^^^^^^^^^^^^^^^^^^^^ index out of bounds: the length is 3 but the index is 3
6 |
7 = note: `#[deny(unconditional_panic)]` on by default
8
9 error: aborting due to previous error
10