Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
blind
/
blind-item-block-item-shadow.rs
blob: d90ef77e2990a10f47efd9322fdaae0d20ff20a7 [
file
] [
log
] [
blame
] [
edit
]
mod
foo
{
pub
struct
Bar
;
}
fn
main
()
{
{
struct
Bar
;
use
foo
::
Bar
;
//~^ ERROR the name `Bar` is defined multiple times
}
}