index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
imports
/
issue-68103.rs
blob: 6d90d23cd652046aa2c7d9d0b3516c84688091c2 (
plain
)
1
2
3
4
5
6
//@ check-pass pub extern crate self as name; pub use name::name as bug; fn main() {}