Sign in
fuchsia
/
third_party
/
rust
/
upstream/beta
/
.
/
tests
/
rustdoc-ui
/
auxiliary
/
issue-40936.rs
blob: b921e52017323626c5f870264f7c2e37567bc92d [
file
] [
log
] [
blame
]
pub
mod
outermod
{
pub
mod
innermod
{
pub
use
super
::*;
}
}