Closed bombless closed 7 years ago
Seems that the real issue is about accessing a value on a enum variant.
enum Bar {
X
}
fn main() {
Bar::X::test;
}
The ICE is only triggered on nightly, no feature-gate required.
Duplicate of https://github.com/rust-lang/rust/issues/38862, fixed in https://github.com/rust-lang/rust/pull/38925
https://is.gd/uL2NUM