make "expected paren or brace" error translatable
This commit is contained in:
parent
b7dcabe55e
commit
3e8ff90935
3 changed files with 16 additions and 3 deletions
|
@ -33,6 +33,9 @@ expand_duplicate_matcher_binding = duplicate matcher binding
|
|||
expand_expected_comma_in_list =
|
||||
expected token: `,`
|
||||
|
||||
expand_expected_paren_or_brace =
|
||||
expected `(` or `{"{"}`, found `{$token}`
|
||||
|
||||
expand_explain_doc_comment_inner =
|
||||
inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue