about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-25 20:29:33 +0000
committerbors <bors@rust-lang.org>2024-08-25 20:29:33 +0000
commitc6db1ca3c93ad69692a4c4b5542f26fda4bf3aec (patch)
treefcf719f1bab239d66a9c8f94fba886de7b0c8afe /library/std
parent1a94d839be8b248b972b9e022cb940d56de72fa1 (diff)
parent86d5c5336295944de1754265fc3e32f062b1db9f (diff)
downloadrust-c6db1ca3c93ad69692a4c4b5542f26fda4bf3aec.tar.gz
rust-c6db1ca3c93ad69692a4c4b5542f26fda4bf3aec.zip
Auto merge of #129563 - matthiaskrgr:rollup-t6bai2d, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #129091 (add Box::as_ptr and Box::as_mut_ptr methods)
 - #129134 (bootstrap: improve error recovery flags to curl)
 - #129416 (library: Move unstable API of new_uninit to new features)
 - #129459 (handle stage0 `cargo` and `rustc` separately)
 - #129487 (repr_transparent_external_private_fields: special-case some std types)
 - #129511 (Update minifier to 0.3.1)
 - #129523 (Make `rustc_type_ir` build on stable)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 2530a376387..f65e9bc8d8b 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -363,6 +363,7 @@
 #![feature(get_mut_unchecked)]
 #![feature(map_try_insert)]
 #![feature(new_uninit)]
+#![feature(new_zeroed_alloc)]
 #![feature(slice_concat_trait)]
 #![feature(thin_box)]
 #![feature(try_reserve_kind)]