blob: 22b55c2858145c5261c1e39dbe64b76a7f1ace7f [file] [log] [blame]
enum Foo { Bar }
fn main() {
Foo::Bar.a;
//~^ no field `a` on type `Foo`
}