]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_feature/removed.rs
Rollup merge of #69425 - lcnr:make_contiguous, r=Amanieu
[rust.git] / src / librustc_feature / removed.rs
index e6ea093fe89c73a31025a1d43e75fe93ab7a063e..4e348054fbd4b1eea17226fc15275bd120f85cfe 100644 (file)
@@ -111,6 +111,8 @@ macro_rules! declare_features {
     /// Allows overlapping impls of marker traits.
     (removed, overlapping_marker_traits, "1.42.0", Some(29864), None,
      Some("removed in favor of `#![feature(marker_trait_attr)]`")),
+    /// Allows `#[no_debug]`.
+    (removed, no_debug, "1.43.0", Some(29721), None, Some("removed due to lack of demand")),
     // -------------------------------------------------------------------------
     // feature-group-end: removed features
     // -------------------------------------------------------------------------