diff options
| author | bors <bors@rust-lang.org> | 2019-01-07 01:05:45 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-01-07 01:05:45 +0000 |
| commit | 789a15a4221acbbbd2ec1352a0a5ce9f497a4425 (patch) | |
| tree | 402c0b3d302432aba8d043e867056ef184f27f7e /src/test/ui/parser/raw-byte-string-eof.stderr | |
| parent | d39dddf7956beead52c4c4fbd85f40a5372bbd7a (diff) | |
| parent | 1f64f60d5cba64beca6e812e16d6d99519d3551b (diff) | |
Auto merge of #57379 - petrochenkov:parsrecov, r=estebank
tests: Do not use `-Z parse-only`, continue compilation to test recovery Make tests closer to reality! The next step will be enabling `-Z continue-parse-after-error` by default and looking at the regressions. A few instances of `-Z parse-only` are kept when it's appropriate, see e.g `ui/impl-trait/impl-trait-plus-priority.rs`, which tests mostly semantically wrong code and would generate too much useless noise if allowed to continue.
Diffstat (limited to 'src/test/ui/parser/raw-byte-string-eof.stderr')
| -rw-r--r-- | src/test/ui/parser/raw-byte-string-eof.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/raw-byte-string-eof.stderr b/src/test/ui/parser/raw-byte-string-eof.stderr index 9e4595036b2..071cd6241da 100644 --- a/src/test/ui/parser/raw-byte-string-eof.stderr +++ b/src/test/ui/parser/raw-byte-string-eof.stderr @@ -1,5 +1,5 @@ error: unterminated raw string - --> $DIR/raw-byte-string-eof.rs:5:6 + --> $DIR/raw-byte-string-eof.rs:2:6 | LL | br##"a"#; //~ unterminated raw string | ^ unterminated raw string |
