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