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
/
src
/
test
/
rustdoc-json
/
nested.rs
blob: e460b343d37303de27936504ef78d6dd150ae46e (
plain
)
1
2
3
4
5
6
7
// edition:2018 pub mod l1 { pub mod l3 { pub struct L4; } pub use l3::L4; }