1
Fork 0

migrate maybe_consume_incorrect_semicolon diagnostic

This commit is contained in:
Christian Poveda 2022-05-31 11:45:44 -05:00
parent bd4d1cd7a2
commit 29ed9a56e3
No known key found for this signature in database
GPG key ID: 27525EF5E7420A50
2 changed files with 23 additions and 9 deletions

View file

@ -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