Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-26930.rs
blob: f6ce052a2c70a06986d13fe185aeb4329d10a3e5 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
extern
crate core
;
use
core
as
core_export
;
use
self
::
x
::*;
mod
x
{}
fn
main
()
{}