index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
structs-enums
/
issue-3008-2.rs
blob: 5846c69da413541ebef363ecb263e7f24f6de79b (
plain
)
1
2
3
4
5
6
enum
Foo
{
Foo_
(
Bar
)
}
struct
Bar
{
x
:
Bar
}
//~^ ERROR E0072
fn
main
()
{
}