use span_suggestion
instead of span_suggestion_verbose
This commit is contained in:
parent
48c0341a70
commit
d47df26784
2 changed files with 5 additions and 8 deletions
|
@ -700,7 +700,7 @@ impl<'a> Parser<'a> {
|
|||
.span_label(non_item_span, "non-item starts here")
|
||||
.span_label(self.prev_token.span, "item list ends here");
|
||||
if is_unnecessary_semicolon {
|
||||
err.span_suggestion_verbose(
|
||||
err.span_suggestion(
|
||||
semicolon_span,
|
||||
"consider removing this semicolon",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue