We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded5c5a commit 402aa0fCopy full SHA for 402aa0f
src/test/rustdoc/keyword.rs
@@ -16,6 +16,9 @@
16
// @has foo/index.html '//a[@href="keyword.match.html"]' 'match'
17
// @has foo/keyword.match.html '//a[@class="keyword"]' 'match'
18
// @has foo/keyword.match.html '//section[@id="main"]//div[@class="docblock"]//p' 'this is a test!'
19
+// @!has foo/index.html '//a/@href' 'foo/index.html'
20
+// @!has foo/foo/index.html
21
+// @!has-dir foo/foo
22
#[doc(keyword = "match")]
23
/// this is a test!
24
mod foo{}
0 commit comments