about summary refs log tree commit diff
path: root/src/test/compile-fail/impossible_range.rs
AgeCommit message (Collapse)AuthorLines
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-29/+0
2017-09-22Add support for `..=` syntaxAlex Burka-4/+4
Add ..= to the parser Add ..= to libproc_macro Add ..= to ICH Highlight ..= in rustdoc Update impl Debug for RangeInclusive to ..= Replace `...` to `..=` in range docs Make the dotdoteq warning point to the ... Add warning for ... in expressions Updated more tests to the ..= syntax Updated even more tests to the ..= syntax Updated the inclusive_range entry in unstable book
2016-03-24address nitsAlex Burka-2/+2
2016-03-24error during parsing for malformed inclusive rangeAlex Burka-1/+3
Now it is impossible for `...` or `a...` to reach HIR lowering without a rogue syntax extension in play.
2016-03-24test errors for malformed inclusive rangesAlex Burka-0/+27