about summary refs log tree commit diff
path: root/src/test/parse-fail/range_inclusive_dotdotdot.rs
AgeCommit message (Collapse)AuthorLines
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-35/+0
2018-06-23structured suggestion and rewording for `...` expression syntax errorZack M. Davis-13/+12
Now that `..=` inclusive ranges are stabilized, people probably shouldn't be using `...` even in patterns, even if it's still legal there (see #51043). To avoid drawing attention to `...` being a real thing, let's reword this message to just say "unexpected token" rather "cannot be used in expressions".
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-2/+0
Stabilize the syntax `a..=b` and `..=b`.
2018-03-15Stabilize `inclusive_range` library feature.kennytm-1/+1
Stabilize std::ops::RangeInclusive and std::ops::RangeInclusiveTo.
2017-11-06Test error for `...` in expressionsBadel2-0/+38