error: index out of bounds: the len is 3 but the index is 4 --> $DIR/array-literal-index-oob.rs:2:7 | LL | &{[1, 2, 3][4]}; | ^^^^^^^^^^^^ | = note: `#[deny(const_err)]` on by default error: reaching this expression at runtime will panic or abort --> $DIR/array-literal-index-oob.rs:2:7 | LL | &{[1, 2, 3][4]}; | --^^^^^^^^^^^^- | | | indexing out of bounds: the len is 3 but the index is 4 error: aborting due to 2 previous errors