rust/tests/crashes/124348.rs

8 lines
108 B
Rust

//@ known-bug: #124348
enum Eek {
TheConst,
UnusedByTheConst(Sum),
}
const EEK_ZERO: &[Eek] = &[];