diff options
| author | Martin Habovstiak <martin.habovstiak@gmail.com> | 2022-08-10 17:22:58 +0200 |
|---|---|---|
| committer | Martin Habovstiak <martin.habovstiak@gmail.com> | 2022-08-10 17:22:58 +0200 |
| commit | 2a3ce7890c2e2c0b8e249aacfef44302f2b4d92a (patch) | |
| tree | 1b9f9d3ebcc31ce7c6619b7999ecb32d4d8e1b01 /compiler | |
| parent | affe0d3a00e92fa7885e3f5d2c5073fde432d154 (diff) | |
| download | rust-2a3ce7890c2e2c0b8e249aacfef44302f2b4d92a.tar.gz rust-2a3ce7890c2e2c0b8e249aacfef44302f2b4d92a.zip | |
Stabilize ptr_const_cast
This stabilizes `ptr_const_cast` feature as was decided in a recent [FCP](https://github.com/rust-lang/rust/issues/92675#issuecomment-1190660233) Closes #92675
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_arena/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
