Make some of MaybeUninit's methods const
This commit is contained in:
parent
18aa5ee209
commit
8bd80e25f0
4 changed files with 31 additions and 2 deletions
|
@ -100,6 +100,7 @@
|
|||
#![feature(const_type_name)]
|
||||
#![feature(const_likely)]
|
||||
#![feature(const_unreachable_unchecked)]
|
||||
#![feature(const_maybe_assume_init)]
|
||||
#![feature(custom_inner_attributes)]
|
||||
#![feature(decl_macro)]
|
||||
#![feature(doc_cfg)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue