Skip to content

Commit

Permalink
Add derive_const feature
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Nov 13, 2022
1 parent 3860cb1 commit 21c61e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,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)]
Expand Down

0 comments on commit 21c61e1

Please sign in to comment.