Skip to content

Commit b9dcde0

Browse files
committed
Add derive_const feature
1 parent f24c81a commit b9dcde0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/lib.rs

Lines changed: 1 addition & 0 deletions
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)