diff options
| author | bors <bors@rust-lang.org> | 2023-05-09 19:10:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-05-09 19:10:05 +0000 |
| commit | 2f6bc5d259e7ab25ddfdd33de53b892770218918 (patch) | |
| tree | 44252c48cec0cb053be8a426c95685d93a223104 /library/alloc/src | |
| parent | 3a37c2f0523c87147b64f1b8099fc9df22e8c53e (diff) | |
| parent | 273fbf47ab1615f2cae416ba397f5b5a531eac65 (diff) | |
| download | rust-2f6bc5d259e7ab25ddfdd33de53b892770218918.tar.gz rust-2f6bc5d259e7ab25ddfdd33de53b892770218918.zip | |
Auto merge of #111402 - matthiaskrgr:rollup-28cqfz5, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #97320 (Stabilize const_ptr_read) - #110770 (Limit lifetime of format_args!() with inlined args.) - #111021 (Move some tests) - #111215 (Various changes to name resolution of anon consts) - #111242 (support set `rpath` option for each target independently) - #111282 (Remove some `assume`s from slice iterators that don't do anything) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 18f25aec5fe..59fa91c1066 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -113,7 +113,6 @@ #![feature(const_maybe_uninit_write)] #![feature(const_maybe_uninit_zeroed)] #![feature(const_pin)] -#![feature(const_ptr_read)] #![feature(const_refs_to_cell)] #![feature(const_size_of_val)] #![feature(const_waker)] |
