about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/auxiliary/cross-glob.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/inline_cross/auxiliary/cross-glob.rs')
-rw-r--r--tests/rustdoc/inline_cross/auxiliary/cross-glob.rs5
1 files changed, 5 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 00000000000..cde7f68ff01
--- /dev/null
+++ b/tests/rustdoc/inline_cross/auxiliary/cross-glob.rs
@@ -0,0 +1,5 @@
+#![crate_name = "inner"]
+
+pub struct SomeStruct;
+
+pub fn some_fn() {}