about summary refs log tree commit diff
path: root/src/test/compile-fail/removed-syntax-extern-const.rs
AgeCommit message (Collapse)AuthorLines
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-14/+0
2015-02-02Tweak some ‘expected…’ error messagesP1start-1/+2
Fixes #21153.
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2013-10-04Remove specific errors for very old obsolete syntaxBenjamin Herr-0/+13
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.