tweak wording of mismatched delimiter errors
This commit is contained in:
parent
0a58f58646
commit
7fd014d569
50 changed files with 135 additions and 135 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue