diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-02-28 16:53:09 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-02-28 17:31:31 +1100 |
| commit | dfb22229521cac9ede98d8f6f8b765ccc3defb86 (patch) | |
| tree | 750573ac473ab1b9631bda9a5859b2d9f249e4e6 /compiler/rustc_transmute/src/lib.rs | |
| parent | 1970311146873c6f061035ed22d483d36fd978f7 (diff) | |
| download | rust-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.rs | 1 |
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 |
