rust/compiler/rustc_parse
Matthias Krüger 9aff9c070a
Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwco
Fix parsing of ranges after unary operators

Fixes https://github.com/rust-lang/rust/issues/134899.

This PR aligns the parsing for unary `!` and `-` and `*` with how unary `&` is already parsed [here](5c0a6e68cf/compiler/rustc_parse/src/parser/expr.rs (L848-L854)).
2025-03-03 10:40:57 +01:00
..
src Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwco 2025-03-03 10:40:57 +01:00
Cargo.toml Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
messages.ftl Remove NtMeta. 2025-02-28 08:42:06 +11:00