about summary refs log tree commit diff
path: root/tests/rustdoc-ui/lints/doc_cfg_hide.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-ui/lints/doc_cfg_hide.rs')
-rw-r--r--tests/rustdoc-ui/lints/doc_cfg_hide.rs9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/rustdoc-ui/lints/doc_cfg_hide.rs b/tests/rustdoc-ui/lints/doc_cfg_hide.rs
index 9a8bce2a92a..abf56318479 100644
--- a/tests/rustdoc-ui/lints/doc_cfg_hide.rs
+++ b/tests/rustdoc-ui/lints/doc_cfg_hide.rs
@@ -1,7 +1,2 @@
-#![feature(doc_cfg_hide)]
-
-#![doc(cfg_hide = "test")] //~ ERROR
-#![doc(cfg_hide)] //~ ERROR
-
-#[doc(cfg_hide(doc))] //~ ERROR
-pub fn foo() {}
+#![doc(auto_cfg(hide = "test"))] //~ ERROR
+#![doc(auto_cfg(hide))] //~ ERROR