mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

These appeared in a later nightly. In compiler-builtins we can apply the suggestion, but in `libm` we need to ignore them since `fx::from_bits` is not `const` at the MSRV. `clippy::uninlined_format_args` also seems to have gotten stricter, so fix those here.