mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
The recently added modules use target features that are not yet available in rustc compiler used for bootstrapping. Guard them with `#[cfg(not(bootstrap))]`.