blob: 65502a4ff71ea1876808ea135758883eb051e934 [file] [log] [blame]
error: index out of bounds: the len is 3 but the index is 3
--> $DIR/const-prop-ice.rs:4:5
|
LL | [0; 3][3u64 as usize];
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[deny(const_err)]` on by default
error: aborting due to previous error