We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78554ed commit 159cc95Copy full SHA for 159cc95
src/libsyntax/parse/parser.rs
@@ -784,7 +784,6 @@ impl<'a> Parser<'a> {
784
// leave it in the input
785
Ok(false)
786
} else if self.last_unexpected_token_span == Some(self.span) {
787
- emit_unclosed_delims(&self.unclosed_delims, self.diagnostic());
788
FatalError.raise();
789
} else {
790
let mut expected = edible.iter()
0 commit comments