Skip to content

Commit 7972b8a

Browse files
committed
Add derive_const feature
1 parent 6f2dcac commit 7972b8a

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
@@ -157,6 +157,7 @@
157157
#![feature(const_unsafecell_get_mut)]
158158
#![feature(const_waker)]
159159
#![feature(core_panic)]
160+
#![cfg_attr(not(bootstrap), feature(derive_const))]
160161
#![feature(duration_consts_float)]
161162
#![feature(maybe_uninit_uninit_array)]
162163
#![feature(ptr_alignment_type)]

0 commit comments

Comments
 (0)