blob: 5846c69da413541ebef363ecb263e7f24f6de79b [file] [log] [blame]
enum Foo { Foo_(Bar) }
struct Bar { x: Bar }
//~^ ERROR E0072
fn main() {
}