Fix a compile error when no_global_oom_handling
This commit is contained in:
parent
c9d2d3cc66
commit
51e4291f2b
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue