fix a not emitted unmatched angle bracket error
This commit is contained in:
parent
d6f3a4ecb4
commit
5c8aaedef6
3 changed files with 18 additions and 1 deletions
|
@ -1486,7 +1486,7 @@ impl<'a> Parser<'a> {
|
|||
// `check_trailing_angle_brackets` already emitted a nicer error
|
||||
// NOTE(eddyb) this was `.cancel()`, but `err`
|
||||
// gets returned, so we can't fully defuse it.
|
||||
err.downgrade_to_delayed_bug();
|
||||
err.delay_as_bug();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue