mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
420ef95cd7
reword error for invalid range patterns For half-open ranges, specifies that the upper bound cannot be the minimum. Also specify that this only applies to range patterns and not also expressions. Fixes rust-lang/rust#149165