Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
rustdoc-html
/
auxiliary
/
mod-stackoverflow.rs
blob: 428fedfab663080e9ff4c878dc7f55fb43cbd897 [
file
]
//@ compile-flags: -Cmetadata=aux
pub
mod
tree
{
pub
use
tree
;
}
pub
mod
tree2
{
pub
mod
prelude
{
pub
use
tree2
;
}
}