We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a220321 commit 61dc03cCopy full SHA for 61dc03c
src/test/rustdoc/inline_cross/macro-vis.rs
@@ -20,6 +20,12 @@
20
// @has macro_vis/index.html '//a/@href' 'macro.some_macro.html'
21
pub use qwop::some_macro;
22
23
+// @has macro_vis/macro.renamed_macro.html
24
+// @!has - '//pre' 'some_macro'
25
+// @has macro_vis/index.html '//a/@href' 'macro.renamed_macro.html'
26
+#[doc(inline)]
27
+pub use qwop::some_macro as renamed_macro;
28
+
29
// @!has macro_vis/macro.other_macro.html
30
// @!has macro_vis/index.html '//a/@href' 'macro.other_macro.html'
31
// @!has - '//code' 'pub use qwop::other_macro;'
0 commit comments