]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/mod-stackoverflow.rs
Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc / mod-stackoverflow.rs
1 // aux-build:mod-stackoverflow.rs
2 // ignore-cross-compile
3
4 extern crate mod_stackoverflow;
5 pub use mod_stackoverflow::tree;
6 pub use mod_stackoverflow::tree2;