rust/src/test/ui/consts/const-prop-ice2.stderr

11 lines
327 B
Plaintext
Raw Normal View History

2018-11-08 20:18:26 +01:00
error: index out of bounds: the len is 1 but the index is 1
--> $DIR/const-prop-ice2.rs:4:20
|
LL | println!("{}", xs[Enum::One as usize]); //~ ERROR the len is 1 but the index is 1
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[deny(const_err)] on by default
error: aborting due to previous error