compiletest: Support matching diagnostics on lines below
This commit is contained in:
parent
928468c47c
commit
cf451f0830
31 changed files with 62 additions and 48 deletions
|
@ -1,8 +1,10 @@
|
|||
// ignore-tidy-trailing-newlines
|
||||
//@ error-pattern: aborting due to 3 previous errors
|
||||
|
||||
fn main() {}
|
||||
|
||||
//~vvv ERROR mismatched closing delimiter: `)`
|
||||
//~vv ERROR mismatched closing delimiter: `)`
|
||||
//~vvv ERROR this file contains an unclosed delimiter
|
||||
fn p() { match s { v, E { [) {) }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue