summary refs log tree commit diff
path: root/src/test/parse-fail/range_inclusive_gate.rs
AgeCommit message (Collapse)AuthorLines
2016-02-27test inclusive rangesAlex Burka-0/+74
Mostly copy the tests from half-open ranges, adding some more for DoubleEndedIterator and ExactSizeIterator. Also thoroughly (I think) test that the feature gates are working.