Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-23253.rs
blob: 22b55c2858145c5261c1e39dbe64b76a7f1ace7f [
file
] [
log
] [
blame
] [
edit
]
enum
Foo
{
Bar
}
fn
main
()
{
Foo
::
Bar
.
a
;
//~^ no field `a` on type `Foo`
}