Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
rustdoc-html
/
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
;
}
}