summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/auxiliary/external-cross.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/auxiliary/external-cross.rs')
-rw-r--r--src/test/rustdoc/auxiliary/external-cross.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/rustdoc/auxiliary/external-cross.rs b/src/test/rustdoc/auxiliary/external-cross.rs
new file mode 100644
index 000000000..5de63cdab
--- /dev/null
+++ b/src/test/rustdoc/auxiliary/external-cross.rs
@@ -0,0 +1,3 @@
+#[deny(missing_docs)]
+#[doc = include_str!("external-cross-doc.md")]
+pub struct NeedMoreDocs;