Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
resolve
/
issue-3099-a.rs
blob: 9c3d8cf5a55f0c8bb67317f60452874e3fc41ccc [
file
] [
log
] [
blame
]
enum
A
{
B
,
C
}
enum
A
{
D
,
E
}
//~ ERROR the name `A` is defined multiple times
fn
main
()
{}