We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3802ba0 commit c908d1eCopy full SHA for c908d1e
tests/rustdoc/reexport-doc-hidden.rs
@@ -21,6 +21,5 @@ macro_rules! foo {
21
() => {};
22
}
23
24
-// This is a bug: https://github.com/rust-lang/rust/issues/59368
25
-// @!has - '//*[@id="reexport.Macro"]/code' 'pub use crate::foo as Macro;'
+// @has - '//*[@id="reexport.Macro"]/code' 'pub use crate::foo as Macro;'
26
pub use crate::foo as Macro;
tests/rustdoc/reexport-hidden-macro.rs
@@ -15,7 +15,7 @@ macro_rules! foo {
15
16
17
18
-/// not displayed
19
20
/// Displayed
#[doc(inline)]
0 commit comments