We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7f02d commit 5a350c1Copy full SHA for 5a350c1
src/test/run-make/save-analysis/extra-docs.md
@@ -0,0 +1 @@
1
+Extra docs for this struct.
src/test/run-make/save-analysis/foo.rs
@@ -12,6 +12,7 @@
12
#![feature(box_syntax)]
13
#![feature(rustc_private)]
14
#![feature(associated_type_defaults)]
15
+#![feature(external_doc)]
16
17
extern crate graphviz;
18
// A simple rust project
@@ -461,3 +462,6 @@ impl Iterator for SilenceGenerator {
461
462
trait Foo {
463
type Bar = FrameBuffer;
464
}
465
+
466
+#[doc(include="extra-docs.md")]
467
+struct StructWithDocs;
0 commit comments