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 c9d2d3c commit 51e4291Copy full SHA for 51e4291
library/alloc/src/lib.rs
@@ -96,7 +96,7 @@
96
#![feature(array_windows)]
97
#![feature(async_stream)]
98
#![feature(coerce_unsized)]
99
-#![feature(const_alloc_error)]
+#![cfg_attr(not(no_global_oom_handling), feature(const_alloc_error))]
100
#![feature(const_box)]
101
#![cfg_attr(not(no_global_oom_handling), feature(const_btree_new))]
102
#![feature(const_cow_is_borrowed)]
0 commit comments