about summary refs log tree commit diff
path: root/tests/rustdoc/impl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/impl')
-rw-r--r--tests/rustdoc/impl/doc_auto_cfg_nested_impl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/impl/doc_auto_cfg_nested_impl.rs b/tests/rustdoc/impl/doc_auto_cfg_nested_impl.rs
index f85d7b23637..f24ebcd52ac 100644
--- a/tests/rustdoc/impl/doc_auto_cfg_nested_impl.rs
+++ b/tests/rustdoc/impl/doc_auto_cfg_nested_impl.rs
@@ -1,6 +1,6 @@
 // Regression test for <https://github.com/rust-lang/rust/issues/101129>.
 
-#![feature(doc_auto_cfg)]
+#![feature(doc_cfg)]
 #![crate_type = "lib"]
 #![crate_name = "foo"]