]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/array-literal-index-oob.stderr
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / consts / array-literal-index-oob.stderr
CommitLineData
74b04a01 1warning: this operation will panic at runtime
dfeec247 2 --> $DIR/array-literal-index-oob.rs:7:8
48663c56 3 |
dfeec247 4LL | &{ [1, 2, 3][4] };
1b1a35ee 5 | ^^^^^^^^^^^^ index out of bounds: the length is 3 but the index is 4
48663c56 6 |
74b04a01
XL
7note: the lint level is defined here
8 --> $DIR/array-literal-index-oob.rs:4:20
dfeec247 9 |
74b04a01
XL
10LL | #![warn(const_err, unconditional_panic)]
11 | ^^^^^^^^^^^^^^^^^^^
48663c56 12
5869c6ff 13warning: 1 warning emitted
ba9703b0 14