rust/compiler/rustc_lint
Trevor Gross 9b15010686 lint: Use rustc_apfloat for overflowing_literals, add f16 and f128
Switch to parsing float literals for overflow checks using
`rustc_apfloat` rather than host floats. This avoids small variations in
platform support and makes it possible to start checking `f16` and
`f128` as well.

Using APFloat matches what we try to do elsewhere to avoid platform
inconsistencies.
2026-01-26 18:25:42 -06:00
..
src lint: Use rustc_apfloat for overflowing_literals, add f16 and f128 2026-01-26 18:25:42 -06:00
Cargo.toml lint: Use rustc_apfloat for overflowing_literals, add f16 and f128 2026-01-26 18:25:42 -06:00
messages.ftl Port crate_type to attribute parser 2026-01-22 02:34:28 +00:00