Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
imports
/
issue-57539.rs
blob: d97a74291d39be3a140eecb78b87c33183cfd892 [
file
] [
log
] [
blame
]
//@ edition:2018
mod
core
{
use
core
;
//~ ERROR `core` is ambiguous
use
crate
::*;
}
fn
main
()
{}