Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
resolve
/
auxiliary
/
issue-30535.rs
blob: 3608d4a2f14ef98377c39353430d6aad3052fdad [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
pub
enum
Foo
{
FooV
{
data
:
()
}
}