Skip to content

Commit

Permalink
Fix a compile error when no_global_oom_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
lilasta committed Jan 3, 2022
1 parent c9d2d3c commit 51e4291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
#![feature(array_windows)]
#![feature(async_stream)]
#![feature(coerce_unsized)]
#![feature(const_alloc_error)]
#![cfg_attr(not(no_global_oom_handling), feature(const_alloc_error))]
#![feature(const_box)]
#![cfg_attr(not(no_global_oom_handling), feature(const_btree_new))]
#![feature(const_cow_is_borrowed)]
Expand Down

0 comments on commit 51e4291

Please sign in to comment.