Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-7044.rs
blob: a6e22bc5237abda34a32caf47ffedb48ddd7611c [
file
] [
log
] [
blame
] [
edit
]
static
X
:
isize
=
0
;
struct
X
;
//~ ERROR the name `X` is defined multiple times
fn
main
()
{}