Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-23253.rs
blob: b285cb81ee2309d6ee05b0cc06d293b05ade223e [
file
]
enum
Foo
{
Bar
}
fn
main
()
{
Foo
::
Bar
.
a
;
//~^ ERROR no field `a` on type `Foo`
}