We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967a6b0 commit d37f369Copy full SHA for d37f369
src/test/rustdoc/proc-macro.rs
@@ -23,6 +23,14 @@ use proc_macro::TokenStream;
23
// @has - '//h2' 'Derive Macros'
24
// @!has - '//h2' 'Functions'
25
26
+// @has some_macros/all.html
27
+// @has - '//a[@href="macro.some_proc_macro.html"]' 'some_proc_macro'
28
+// @has - '//a[@href="attr.some_proc_attr.html"]' 'some_proc_attr'
29
+// @has - '//a[@href="derive.SomeDerive.html"]' 'SomeDerive'
30
+// @!has - '//a/@href' 'fn.some_proc_macro.html'
31
+// @!has - '//a/@href' 'fn.some_proc_attr.html'
32
+// @!has - '//a/@href' 'fn.some_derive.html'
33
+
34
// @has some_macros/index.html '//a/@href' 'macro.some_proc_macro.html'
35
// @!has - '//a/@href' 'fn.some_proc_macro.html'
36
// @has some_macros/macro.some_proc_macro.html
0 commit comments