1
Fork 0

improve E0585 help

This commit is contained in:
Rageking8 2022-09-27 16:08:04 +08:00
parent 09ae7846a2
commit 2ee2ffa9a7
19 changed files with 22 additions and 22 deletions

View file

@ -245,7 +245,7 @@ parser_assignment_else_not_allowed = <assignment> ... else {"{"} ... {"}"} is no
parser_expected_statement_after_outer_attr = expected statement after outer attribute
parser_doc_comment_does_not_document_anything = found a documentation comment that doesn't document anything
.help = doc comments must come before what they document, maybe a comment was intended with `//`?
.help = doc comments must come before what they document, if a comment was intended use `//`
.suggestion = missing comma here
parser_const_let_mutually_exclusive = `const` and `let` are mutually exclusive