summary refs log tree commit diff
path: root/src/test/parse-fail/range_inclusive_dotdotdot.rs
AgeCommit message (Collapse)AuthorLines
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