1
Fork 0

tweak wording of mismatched delimiter errors

This commit is contained in:
Andy Russell 2020-01-03 08:40:15 -05:00
parent 0a58f58646
commit 7fd014d569
No known key found for this signature in database
GPG key ID: BE2221033EDBC374
50 changed files with 135 additions and 135 deletions

View file

@ -4,6 +4,6 @@ fn main() {
foo(bar(;
//~^ ERROR cannot find function `bar` in this scope
}
//~^ ERROR: incorrect close delimiter: `}`
//~^ ERROR: mismatched closing delimiter: `}`
fn foo(_: usize) {}