rust/compiler/rustc_lint
Guillaume Gomez 2896483320
Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxu
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-11-02 03:08:52 +08:00
..
src Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxu 2024-11-02 03:08:52 +08:00
Cargo.toml compiler: Depend on rustc_abi in rustc_lint 2024-10-27 23:59:31 -07:00
messages.ftl Improve the missing_abi lint. 2024-10-31 10:55:45 +01:00