Skip to content

Commit 21c61e1

Browse files
committed
Add derive_const feature
1 parent 3860cb1 commit 21c61e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
#![feature(const_unsafecell_get_mut)]
155155
#![feature(const_waker)]
156156
#![feature(core_panic)]
157+
#![cfg_attr(not(bootstrap), feature(derive_const))]
157158
#![feature(duration_consts_float)]
158159
#![feature(maybe_uninit_uninit_array)]
159160
#![feature(ptr_alignment_type)]

0 commit comments

Comments
 (0)