X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Frustc_arena%2Fsrc%2Flib.rs;h=6529f11100d2d0d9417306b36c4a1ddea39b69f6;hb=51eed00ca90ac8eb46d24c60de6b3e96aac096db;hp=a5f1cbc96daa7ea19a1151f27924eb067290b32e;hpb=1e7d04b23b6e9d177e7d879b05b4ce3f00ee5a0e;p=rust.git diff --git a/compiler/rustc_arena/src/lib.rs b/compiler/rustc_arena/src/lib.rs index a5f1cbc96da..6529f11100d 100644 --- a/compiler/rustc_arena/src/lib.rs +++ b/compiler/rustc_arena/src/lib.rs @@ -19,7 +19,6 @@ #![feature(rustc_attrs)] #![cfg_attr(test, feature(test))] #![feature(strict_provenance)] -#![feature(ptr_const_cast)] use smallvec::SmallVec;