remove obsolete semicolon from list of suggestions
This commit is contained in:
parent
915e76a974
commit
2a74c58588
@ -3341,7 +3341,7 @@ pub impl Parser {
|
||||
self.span_fatal(
|
||||
copy *self.span,
|
||||
fmt!(
|
||||
"expected `;`, `,`, or '}' but found `%s`",
|
||||
"expected `,`, or '}' but found `%s`",
|
||||
self.this_token_to_str()
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user