11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
|
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
|
||
|
|