mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
049a917535
We will lose `f16` and `f128` in the beta compiler after the revert for <https://github.com/rust-lang/rust/issues/123282> lands. Change what was added in <https://github.com/rust-lang/rust/pull/123085> to be behind `#[cfg(not(bootstrap))]` to account for this.