Put doc keyword behind feature flag
This commit is contained in:
parent
f784d5ead2
commit
ded5c5a9ee
3 changed files with 11 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#![crate_name = "foo"]
|
||||
|
||||
#![feature(doc_keyword)]
|
||||
|
||||
// @has foo/index.html '//h2[@id="keywords"]' 'Keywords'
|
||||
// @has foo/index.html '//a[@href="keyword.match.html"]' 'match'
|
||||
// @has foo/keyword.match.html '//a[@class="keyword"]' 'match'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue