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 dd15f41 commit 8df6066Copy full SHA for 8df6066
src/test/rustdoc/macro_pub_in_module.rs
@@ -7,7 +7,8 @@
7
#![crate_name = "krate"]
8
#![no_core]
9
10
-// @has external_crate/some_module/macro.external_macro.html
+ // @has external_crate/some_module/macro.external_macro.html
11
+ // @!has external_crate/macro.external_macro.html
12
extern crate external_crate;
13
14
pub mod inner {
0 commit comments