Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
rustdoc
/
auxiliary
/
mod-stackoverflow.rs
blob: 428fedfab663080e9ff4c878dc7f55fb43cbd897 [
file
] [
log
] [
blame
]
//@ compile-flags: -Cmetadata=aux
pub
mod
tree
{
pub
use
tree
;
}
pub
mod
tree2
{
pub
mod
prelude
{
pub
use
tree2
;
}
}