rust/compiler/rustc_lint
Trevor Gross 3afbe4f9c7 Add f16 and f128 to invalid_nan_comparison
Currently `f32_nan` and `f64_nan` are used to provide the
`invalid_nan_comparison` lint. Since we have `f16_nan` and `f128_nan`,
hook these up so the new float types get the same lints.
2024-10-31 21:26:36 -05:00
..
src Add f16 and f128 to invalid_nan_comparison 2024-10-31 21:26:36 -05:00
Cargo.toml compiler: Depend on rustc_abi in rustc_lint 2024-10-27 23:59:31 -07:00
messages.ftl New lint: dangling_pointers_from_temporaries 2024-10-28 14:16:05 +03:00