remove obsolete semicolon from list of suggestions
This commit is contained in:
parent
915e76a974
commit
2a74c58588
1 changed files with 1 additions and 1 deletions
|
@ -3341,7 +3341,7 @@ pub impl Parser {
|
||||||
self.span_fatal(
|
self.span_fatal(
|
||||||
copy *self.span,
|
copy *self.span,
|
||||||
fmt!(
|
fmt!(
|
||||||
"expected `;`, `,`, or '}' but found `%s`",
|
"expected `,`, or '}' but found `%s`",
|
||||||
self.this_token_to_str()
|
self.this_token_to_str()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue