about summary refs log tree commit diff
path: root/src/test/compile-fail/range-2.rs
AgeCommit message (Collapse)AuthorLines
2016-02-27adjust range testsAlex Burka-4/+6
Since the desugaring removed special handling for ranges, the error message changed and so I had to adjust `range-1`. Turns out there was a bug where borrowck was too restrictive in some rare cases of constructing ranges from literals. The `range-2` test enshrined this bug -- now it's adjusted to test a case that's actually wrong.
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-1/+0
2014-12-30Fallout from mut slicesNick Cameron-0/+1
2014-12-24Review changesNick Cameron-7/+0
2014-12-24TestsNick Cameron-0/+26