summary refs log tree commit diff
path: root/src/test/compile-fail/removed-syntax-mut-vec-expr.rs
AgeCommit message (Collapse)AuthorLines
2013-10-04Remove specific errors for very old obsolete syntaxBenjamin Herr-0/+15
Replaces existing tests for removed obsolete-syntax errors with tests for the resulting regular errors, adds a test for each of the removed parser errors to make sure that obsolete forms don't start working again, removes some obsolete/superfluous tests that were now failing. Deletes some amount of dead code in the parser, also includes some small changes to parser error messages to accomodate new tests.