1
Fork 0

Make some of MaybeUninit's methods const

This commit is contained in:
Albin Hedman 2020-12-02 02:32:10 +01:00
parent 18aa5ee209
commit 8bd80e25f0
4 changed files with 31 additions and 2 deletions

View file

@ -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)]