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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
imports
/
import-loop.rs
blob: 1ba9e09003349696f40eee7e3128e2f720b32a1c (
plain
)
1
2
3
4
5
6
7
8
9
//@ error-pattern:import use y::x; mod y { pub use y::x; } fn main() { }