rust/compiler/rustc_metadata
Jonathan Brouwer 30bbeae0a5
Rollup merge of #152139 - khyperia:mgca-negative-literals, r=BoxyUwU
mGCA: Support directly represented negated literals

fixes rust-lang/rust#152123

PatExprKind already awkwardly tacks on a `negated: bool` for the same purpose:

8bccf1224d/compiler/rustc_hir/src/hir.rs (L1954-L1959)

perhaps one day we should indeed do that FIXME...

r? @BoxyUwU
2026-02-06 18:04:40 +01:00
..
src Rollup merge of #152139 - khyperia:mgca-negative-literals, r=BoxyUwU 2026-02-06 18:04:40 +01:00
Cargo.toml Convert to inline diagnostics in rustc_metadata 2026-02-04 19:13:49 +01:00