Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
structs-enums
/
issue-3008-2.rs
blob: 5846c69da413541ebef363ecb263e7f24f6de79b [
file
] [
log
] [
blame
]
enum
Foo
{
Foo_
(
Bar
)
}
struct
Bar
{
x
:
Bar
}
//~^ ERROR E0072
fn
main
()
{
}