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