summary refs log tree commit diff
path: root/src/test/ui/half-open-range-patterns
AgeCommit message (Collapse)AuthorLines
2020-01-11Ban `...X` pats, harden tests, and improve diagnostics.Mazdak Farrokhzad-37/+156
Also fix a bug with the span passed in `mk_range`.
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-0/+1555
This feature adds `X..`, `..X`, and `..=X` patterns.