about summary refs log tree commit diff
path: root/src/test/ui/half-open-range-patterns/feature-gate-half-open-range-patterns.rs
AgeCommit message (Collapse)AuthorLines
2021-06-03Add & bless testsJubilee Young-6/+2
2020-01-11Ban `...X` pats, harden tests, and improve diagnostics.Mazdak Farrokhzad-0/+1
Also fix a bug with the span passed in `mk_range`.
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-0/+21
This feature adds `X..`, `..X`, and `..=X` patterns.