mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
30bbeae0a5
mGCA: Support directly represented negated literals fixes rust-lang/rust#152123 PatExprKind already awkwardly tacks on a `negated: bool` for the same purpose: https://github.com/rust-lang/rust/blob/8bccf1224deab49b54694c9090e577bfe90a94e6/compiler/rustc_hir/src/hir.rs#L1954-L1959 perhaps one day we should indeed do that FIXME... r? @BoxyUwU