remove obsolete semicolon from list of suggestions

This commit is contained in:
John Clements 2013-04-19 10:44:41 -07:00
parent 915e76a974
commit 2a74c58588

View File

@ -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()
)
);