]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/mod-stackoverflow.rs
Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank
[rust.git] / tests / 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;