Added first migration for repeated expressions without syntax vars
This commit is contained in:
parent
a39bdb1d6b
commit
7e15fbab75
2 changed files with 12 additions and 5 deletions
|
@ -3,3 +3,6 @@ expand_explain_doc_comment_outer =
|
|||
|
||||
expand_explain_doc_comment_inner =
|
||||
inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match
|
||||
|
||||
expand_expr_repeat_no_syntax_vars =
|
||||
attempted to repeat an expression containing no syntax variables matched as repeating at this depth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue