mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
3f1bce5219
Fix incorrect precedence caused by range expression Fixes rust-lang/rust#148344 The testcase `tests/ui/feature-gates/feature-gate-new_range` is also fixed.