2020-02-15 10:47:27 +01:00
|
|
|
error: this operation will panic at runtime
|
2019-12-14 04:28:32 +01:00
|
|
|
--> $DIR/const-prop-ice2.rs:6:20
|
2018-11-08 20:18:26 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | println!("{}", xs[Enum::One as usize]);
|
2020-09-15 20:34:50 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^ index out of bounds: the length is 1 but the index is 1
|
2018-11-08 20:18:26 +01:00
|
|
|
|
|
2020-02-18 22:49:47 +01:00
|
|
|
= note: `#[deny(unconditional_panic)]` on by default
|
2018-11-08 20:18:26 +01:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|