diff options
Diffstat (limited to 'tests/rustdoc/inline_cross/auxiliary/cross-glob.rs')
-rw-r--r-- | tests/rustdoc/inline_cross/auxiliary/cross-glob.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/rustdoc/inline_cross/auxiliary/cross-glob.rs b/tests/rustdoc/inline_cross/auxiliary/cross-glob.rs new file mode 100644 index 000000000..48672590a --- /dev/null +++ b/tests/rustdoc/inline_cross/auxiliary/cross-glob.rs @@ -0,0 +1,7 @@ +#![crate_name = "inner"] + +pub struct SomeStruct; + +pub fn some_fn() {} + +pub enum Shadowed {} |