summary refs log tree commit diff
path: root/src/test/parse-fail/raw-byte-string-literals.rs
AgeCommit message (Collapse)AuthorLines
2016-11-01add -Z continue-parse-after-error to parse-fail testsNiko Matsakis-3/+3
The new handling fixed a latent bug in the parser error handling where it would only abort after the second error (when configured to stop after the first error). This is because the check for `error_count != 0` was occuring before the increment. Since the increment is tied to the `emit()` call now this no longer occurs.
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-0/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-2/+0
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-0/+17