We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6307ecb commit 7b9189aCopy full SHA for 7b9189a
src/test/rustdoc/issue-89852.rs
@@ -3,12 +3,12 @@
3
#![no_core]
4
#![feature(no_core)]
5
6
-// @count issue_89852/index.html '//*[@class="macro"]' 2
7
-// @has - '//*[@class="macro"]/@href' 'macro.repro.html'
+// @matches 'issue_89852/sidebar-items.js' '"repro"'
+// @!matches 'issue_89852/sidebar-items.js' '"repro".*"repro"'
8
+
9
#[macro_export]
10
macro_rules! repro {
11
() => {};
12
}
13
-// @!has issue_89852/macro.repro.html '//*[@class="macro"]/@content' 'repro2'
14
pub use crate::repro as repro2;
0 commit comments