diff options
Diffstat (limited to 'tests/rustdoc/mod-stackoverflow.rs')
-rw-r--r-- | tests/rustdoc/mod-stackoverflow.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/rustdoc/mod-stackoverflow.rs b/tests/rustdoc/mod-stackoverflow.rs new file mode 100644 index 000000000..45b1de216 --- /dev/null +++ b/tests/rustdoc/mod-stackoverflow.rs @@ -0,0 +1,6 @@ +// aux-build:mod-stackoverflow.rs +// ignore-cross-compile + +extern crate mod_stackoverflow; +pub use mod_stackoverflow::tree; +pub use mod_stackoverflow::tree2; |