improve E0585 help
This commit is contained in:
parent
09ae7846a2
commit
2ee2ffa9a7
19 changed files with 22 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue