diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-30 17:44:50 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-11-24 21:57:18 +0100 |
| commit | 1e6ced353215419f9e838bfbc3d61fe9eb0c004d (patch) | |
| tree | 509862899a0cb744c1e846e3c59c58cea06bc737 /src/test/rustdoc | |
| parent | e8423e6c449ad3f4b0dab442175462004554e499 (diff) | |
| download | rust-1e6ced353215419f9e838bfbc3d61fe9eb0c004d.tar.gz rust-1e6ced353215419f9e838bfbc3d61fe9eb0c004d.zip | |
Create rustdoc_internals feature gate
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/keyword.rs | 2 | ||||
| -rw-r--r-- | src/test/rustdoc/tab_title.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/keyword.rs b/src/test/rustdoc/keyword.rs index 652517c5c90..16f7cac5f51 100644 --- a/src/test/rustdoc/keyword.rs +++ b/src/test/rustdoc/keyword.rs @@ -1,6 +1,6 @@ #![crate_name = "foo"] -#![feature(doc_keyword)] +#![feature(rustdoc_internals)] // @has foo/index.html '//h2[@id="keywords"]' 'Keywords' // @has foo/index.html '//a[@href="keyword.match.html"]' 'match' diff --git a/src/test/rustdoc/tab_title.rs b/src/test/rustdoc/tab_title.rs index 7dce6092dea..0cc4f147e1c 100644 --- a/src/test/rustdoc/tab_title.rs +++ b/src/test/rustdoc/tab_title.rs @@ -1,5 +1,5 @@ #![crate_name = "foo"] -#![feature(doc_keyword)] +#![feature(rustdoc_internals)] // tests for the html <title> element |
