blob: bc4b687800d755150d666f07db940d656ea4a664 [file] [log] [blame]
error[E0080]: constant evaluation error
--> $DIR/feature-gate-const-indexing.rs:16:24
|
16 | const BLUB: [i32; (ARR[0] - 41) as usize] = [5]; //~ ERROR constant evaluation error
| ^^^^^^ the index operation on const values is unstable
error: aborting due to previous error