about summary refs log tree commit diff
path: root/compiler/rustc_transmute/src/lib.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-02-28 16:53:09 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2025-02-28 17:31:31 +1100
commitdfb22229521cac9ede98d8f6f8b765ccc3defb86 (patch)
tree750573ac473ab1b9631bda9a5859b2d9f249e4e6 /compiler/rustc_transmute/src/lib.rs
parent1970311146873c6f061035ed22d483d36fd978f7 (diff)
downloadrust-dfb22229521cac9ede98d8f6f8b765ccc3defb86.tar.gz
rust-dfb22229521cac9ede98d8f6f8b765ccc3defb86.zip
Remove unused feature from `rustc_transmute`.
Diffstat (limited to 'compiler/rustc_transmute/src/lib.rs')
-rw-r--r--compiler/rustc_transmute/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_transmute/src/lib.rs b/compiler/rustc_transmute/src/lib.rs
index 740c899fbf8..39250f0eb3f 100644
--- a/compiler/rustc_transmute/src/lib.rs
+++ b/compiler/rustc_transmute/src/lib.rs
@@ -1,6 +1,5 @@
 // tidy-alphabetical-start
 #![allow(unused_variables)]
-#![feature(alloc_layout_extra)]
 #![feature(never_type)]
 #![warn(unreachable_pub)]
 // tidy-alphabetical-end