about summary refs log tree commit diff
path: root/src/test/parse-fail/removed-syntax-larrow-move.rs
AgeCommit message (Collapse)AuthorLines
2015-10-27Generalise associative operator parsingSimonas Kazlauskas-18/+0
This commit generalises parsing of associative operators from left-associative only (with some ugly hacks to support right-associative assignment) to properly left/right-associative operators. Parsing still is not general enough to handle non-associative, non-highest-precedence prefix or non-highest-precedence postfix operators (e.g. `..` range syntax), though. That should be fixed in the future. Lastly, this commit adds support for parsing right-associative `<-` (left arrow) operator with precedence higher than assignment as the operator for placement-in feature.
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-0/+2
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-0/+16