migrate maybe_consume_incorrect_semicolon
diagnostic
This commit is contained in:
parent
bd4d1cd7a2
commit
29ed9a56e3
2 changed files with 23 additions and 9 deletions
|
@ -18,3 +18,8 @@ parser-expect-path = expected a path
|
|||
parser-maybe-recover-from-bad-qpath-stage-2 =
|
||||
missing angle brackets in associated item path
|
||||
.suggestion = try: `{$ty}`
|
||||
|
||||
parser-incorrect-semicolon =
|
||||
expected item, found `;`
|
||||
.suggestion = remove this semicolon
|
||||
.help = {$name} declarations are not followed by a semicolon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue