1
Fork 0

replace feature expression (cfg_panic) in lib and remove expression from tests

Rebase commit
This commit is contained in:
Charisee 2022-02-04 17:14:58 +00:00
parent 4404a4e365
commit 5e6be7df94
5 changed files with 3 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#![feature(bool_to_option)]
#![feature(box_syntax)]
#![feature(cell_update)]
#![feature(cfg_panic)]
#![cfg_attr(bootstrap,feature(cfg_panic))]
#![cfg_attr(bootstrap, feature(cfg_target_has_atomic))]
#![feature(const_assume)]
#![feature(const_black_box)]