diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-06-23 15:12:13 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-06-23 15:12:48 +0200 |
| commit | 752fb52ae94cfb36bb01dff5b2b31134605a7da3 (patch) | |
| tree | 6979f47165f7c1c86eb5ea275404f297226e0b7f /tests/rustdoc/files-creation-hidden.rs | |
| parent | 65a7047ee470e71ccaf2a6ecdb38d7e8f1192664 (diff) | |
| download | rust-752fb52ae94cfb36bb01dff5b2b31134605a7da3.tar.gz rust-752fb52ae94cfb36bb01dff5b2b31134605a7da3.zip | |
Add @files checks in rustdoc tests
Diffstat (limited to 'tests/rustdoc/files-creation-hidden.rs')
| -rw-r--r-- | tests/rustdoc/files-creation-hidden.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc/files-creation-hidden.rs b/tests/rustdoc/files-creation-hidden.rs index bcabbfc91e8..498d9cdaef1 100644 --- a/tests/rustdoc/files-creation-hidden.rs +++ b/tests/rustdoc/files-creation-hidden.rs @@ -1,5 +1,6 @@ #![crate_name="foo"] +// @files foo '["index.html", "all.html", "sidebar-items.js"]' // @!has "foo/struct.Foo.html" #[doc(hidden)] pub struct Foo; |
