Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-68103.rs
blob: 6d90d23cd652046aa2c7d9d0b3516c84688091c2 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
pub
extern
crate
self
as
name
;
pub
use
name
::
name
as
bug
;
fn
main
()
{}