2020-02-15 03:47:27 -06:00
|
|
|
error: this operation will panic at runtime
|
2019-12-13 21:28:32 -06:00
|
|
|
--> $DIR/const-prop-ice.rs:4:5
|
2018-11-08 13:15:13 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | [0; 3][3u64 as usize];
|
2020-02-15 03:47:27 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^ index out of bounds: the len is 3 but the index is 3
|
2018-11-08 13:15:13 -06:00
|
|
|
|
|
2020-02-18 15:49:47 -06:00
|
|
|
= note: `#[deny(unconditional_panic)]` on by default
|
2018-11-08 13:15:13 -06:00
|
|
|
|
2019-12-01 05:08:05 -06:00
|
|
|
error: aborting due to previous error
|
2018-11-08 13:15:13 -06:00
|
|
|
|