Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
resolve
/
auxiliary
/
issue-30535.rs
blob: 3608d4a2f14ef98377c39353430d6aad3052fdad [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
pub
enum
Foo
{
FooV
{
data
:
()
}
}