Add #![cfg_attr(bootstrap, feature(const_panic))] to library/core/tests/lib.rs

This commit is contained in:
woppopo 2021-10-17 00:32:01 +09:00
parent 00dba3a693
commit d1f7608699

View File

@ -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)]