We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b5877 commit 0243f5cCopy full SHA for 0243f5c
library/alloc/src/lib.rs
@@ -92,6 +92,7 @@
92
// Library features:
93
// tidy-alphabetical-start
94
#![cfg_attr(bootstrap, feature(async_closure))]
95
+#![cfg_attr(not(no_global_oom_handling), feature(string_replace_in_place))]
96
#![cfg_attr(test, feature(str_as_str))]
97
#![feature(alloc_layout_extra)]
98
#![feature(allocator_api)]
@@ -143,7 +144,6 @@
143
144
#![feature(slice_range)]
145
#![feature(std_internals)]
146
#![feature(str_internals)]
-#![feature(string_replace_in_place)]
147
#![feature(trusted_fused)]
148
#![feature(trusted_len)]
149
#![feature(trusted_random_access)]
0 commit comments