Skip to content

Commit 4dd23ff

Browse files
author
Charisee
committed
replace feature expression (cfg_panic) in lib and remove expression from tests
Rebase commit
1 parent 4d61d1c commit 4dd23ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#![feature(bool_to_option)]
77
#![feature(box_syntax)]
88
#![feature(cell_update)]
9-
#![feature(cfg_panic)]
9+
#![cfg_attr(bootstrap,feature(cfg_panic))]
1010
#![cfg_attr(bootstrap, feature(cfg_target_has_atomic))]
1111
#![feature(const_assume)]
1212
#![feature(const_black_box)]

0 commit comments

Comments
 (0)