Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-57539.rs
blob: d97a74291d39be3a140eecb78b87c33183cfd892 [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2018
mod
core
{
use
core
;
//~ ERROR `core` is ambiguous
use
crate
::*;
}
fn
main
()
{}