We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc_auto_cfg
doc_cfg_hide
1 parent 772f380 commit 04ee991Copy full SHA for 04ee991
compiler/rustc_feature/src/removed.rs
@@ -102,9 +102,9 @@ declare_features! (
102
/// Allows deriving traits as per `SmartPointer` specification
103
(removed, derive_smart_pointer, "1.84.0", Some(123430), Some("replaced by `CoercePointee`"), 131284),
104
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
105
- (removed, doc_auto_cfg, "1.58.0", Some(43781), Some("merged into `doc_cfg`"), 138907),
+ (removed, doc_auto_cfg, "CURRENT_RUSTC_VERSION", Some(43781), Some("merged into `doc_cfg`"), 138907),
106
/// Allows `#[doc(cfg_hide(...))]`.
107
- (removed, doc_cfg_hide, "1.57.0", Some(43781), Some("merged into `doc_cfg`"), 138907),
+ (removed, doc_cfg_hide, "CURRENT_RUSTC_VERSION", Some(43781), Some("merged into `doc_cfg`"), 138907),
108
/// Allows using `#[doc(keyword = "...")]`.
109
(removed, doc_keyword, "1.58.0", Some(51315),
110
Some("merged into `#![feature(rustdoc_internals)]`"), 90420),
0 commit comments