blob: f901497a769c23a0ae3124611a4ea7b0640c3387 [file] [log] [blame]
// This is part of series of regression tests for some diagnostics ICEs encountered in the wild with
// suggestions having overlapping parts under https://github.com/rust-lang/rust/pull/146121.
//@ needs-rustc-debug-assertions
//@ known-bug: #146261
enum U {
B(),
}
fn main() {
A(U::C)
}