Add derive_const feature

This commit is contained in:
Rune Tynan 2022-11-12 20:09:42 -05:00
parent 6f2dcac78b
commit 7972b8aa37

View File

@ -157,6 +157,7 @@
#![feature(const_unsafecell_get_mut)]
#![feature(const_waker)]
#![feature(core_panic)]
#![cfg_attr(not(bootstrap), feature(derive_const))]
#![feature(duration_consts_float)]
#![feature(maybe_uninit_uninit_array)]
#![feature(ptr_alignment_type)]