Skip to content

Commit

Permalink
Add #![cfg_attr(bootstrap, feature(const_panic))] to `library/core/…
Browse files Browse the repository at this point in the history
…tests/lib.rs`
  • Loading branch information
lilasta committed Oct 16, 2021
1 parent 00dba3a commit d1f7608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#![feature(const_assume)]
#![feature(const_cell_into_inner)]
#![feature(const_maybe_uninit_assume_init)]
#![cfg_attr(bootstrap, feature(const_panic))]
#![feature(const_ptr_read)]
#![feature(const_ptr_write)]
#![feature(const_ptr_offset)]
Expand Down

0 comments on commit d1f7608

Please sign in to comment.