diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2023-04-16 07:20:26 +0000 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2023-04-16 07:20:26 +0000 |
| commit | 63e0ddbf1d820ee62892eee7a50e381d964f1dec (patch) | |
| tree | 28b0f8142c97b67bd00044aa700efbea1224a4e2 /library/alloc/src | |
| parent | e80c0204455534c5d9ec4f92dd8bffd392513fc3 (diff) | |
| download | rust-63e0ddbf1d820ee62892eee7a50e381d964f1dec.tar.gz rust-63e0ddbf1d820ee62892eee7a50e381d964f1dec.zip | |
core is now compilable
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index aa240c37e84..a002421aeef 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -106,7 +106,6 @@ #![feature(coerce_unsized)] #![feature(const_align_of_val)] #![feature(const_box)] -#![feature(const_convert)] #![feature(const_cow_is_borrowed)] #![feature(const_eval_select)] #![feature(const_maybe_uninit_as_mut_ptr)] @@ -174,7 +173,6 @@ #![feature(associated_type_bounds)] #![feature(c_unwind)] #![feature(cfg_sanitize)] -#![feature(const_deref)] #![feature(const_mut_refs)] #![feature(const_precise_live_drops)] #![feature(const_ptr_write)] |
