about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-07-07 10:46:22 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-07-07 10:46:22 +0000
commit2a899dc1cfe37270cf976b54a2953133faafa0ae (patch)
tree25a59ae0560ff4d4d2490f4985e9424051fb871a /compiler/rustc_feature/src
parente78e747f53c36e53ff99c94438d2efa26830fc4b (diff)
downloadrust-2a899dc1cfe37270cf976b54a2953133faafa0ae.tar.gz
rust-2a899dc1cfe37270cf976b54a2953133faafa0ae.zip
`UnsafeCell` now has no niches, ever.
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/active.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index b54f0ef361a..117bdad971a 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -156,9 +156,6 @@ declare_features! (
     (active, intrinsics, "1.0.0", None, None),
     /// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
     (active, lang_items, "1.0.0", None, None),
-    /// Allows `#[repr(no_niche)]` (an implementation detail of `rustc`,
-    /// it is not on path for eventual stabilization).
-    (active, no_niche, "1.42.0", None, None),
     /// Allows using `#[omit_gdb_pretty_printer_section]`.
     (active, omit_gdb_pretty_printer_section, "1.5.0", None, None),
     /// Allows using `#[prelude_import]` on glob `use` items.