add back cfg(bootstrap), it is still needed

This commit is contained in:
Ralf Jung 2025-08-20 09:35:03 +02:00
parent 8d09fb5e6d
commit 1d39d00afc

View file

@ -1,3 +1,4 @@
#![cfg_attr(bootstrap, feature(strict_overflow_ops))]
#![feature(abort_unwind)]
#![feature(cfg_select)]
#![feature(rustc_private)]