about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/removed.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-09-26 14:46:04 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-09-27 11:30:57 +0200
commit6cccea8731c5f8540d65c2458a36655a4b8793f3 (patch)
treebffbd70b33ea2e9c78e0438c618bb8936159e0d9 /compiler/rustc_feature/src/removed.rs
parent9362ab549f87e535eeba12c5d42f584ff55ff886 (diff)
downloadrust-6cccea8731c5f8540d65c2458a36655a4b8793f3.tar.gz
rust-6cccea8731c5f8540d65c2458a36655a4b8793f3.zip
Remove `doc_auto_cfg` feature as well
Diffstat (limited to 'compiler/rustc_feature/src/removed.rs')
-rw-r--r--compiler/rustc_feature/src/removed.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs
index 71365da316c..3c51f91331a 100644
--- a/compiler/rustc_feature/src/removed.rs
+++ b/compiler/rustc_feature/src/removed.rs
@@ -101,6 +101,8 @@ declare_features! (
      Some("never properly implemented; requires significant design work"), 127655),
     /// Allows deriving traits as per `SmartPointer` specification
     (removed, derive_smart_pointer, "1.84.0", Some(123430), Some("replaced by `CoercePointee`"), 131284),
+    /// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
+    (removed, doc_auto_cfg, "1.58.0", Some(43781), Some("merged into `doc_cfg`"), 138907),
     /// Allows `#[doc(cfg_hide(...))]`.
     (removed, doc_cfg_hide, "1.57.0", Some(43781), Some("merged into `doc_cfg`"), 138907),
     /// Allows using `#[doc(keyword = "...")]`.