2020-02-15 03:47:27 -06:00
|
|
|
warning: this operation will panic at runtime
|
2020-01-17 15:34:33 -06:00
|
|
|
--> $DIR/array-literal-index-oob.rs:7:8
|
2019-06-06 14:23:17 -05:00
|
|
|
|
|
2020-01-08 14:31:08 -06:00
|
|
|
LL | &{ [1, 2, 3][4] };
|
2020-09-15 14:34:50 -05:00
|
|
|
| ^^^^^^^^^^^^ index out of bounds: the length is 3 but the index is 4
|
2019-06-06 14:23:17 -05:00
|
|
|
|
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2022-09-21 06:05:20 -05:00
|
|
|
--> $DIR/array-literal-index-oob.rs:4:9
|
2019-06-06 14:23:17 -05:00
|
|
|
|
|
2022-09-21 06:05:20 -05:00
|
|
|
LL | #![warn(unconditional_panic)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2019-06-06 14:23:17 -05:00
|
|
|
|
2021-01-01 07:47:45 -06:00
|
|
|
warning: 1 warning emitted
|
2020-03-11 10:30:09 -05:00
|
|
|
|