Add tracking issues (const_box
, const_alloc_error
)
This commit is contained in:
parent
eb4fc640b0
commit
c9d2d3cc66
3 changed files with 26 additions and 25 deletions
|
@ -96,8 +96,9 @@
|
|||
#![feature(array_windows)]
|
||||
#![feature(async_stream)]
|
||||
#![feature(coerce_unsized)]
|
||||
#![cfg_attr(not(no_global_oom_handling), feature(const_btree_new))]
|
||||
#![feature(const_alloc_error)]
|
||||
#![feature(const_box)]
|
||||
#![cfg_attr(not(no_global_oom_handling), feature(const_btree_new))]
|
||||
#![feature(const_cow_is_borrowed)]
|
||||
#![feature(const_convert)]
|
||||
#![feature(const_size_of_val)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue