2022-08-10 02:42:10 -05:00
|
|
|
expand_explain_doc_comment_outer =
|
2022-07-07 22:21:49 -05:00
|
|
|
outer doc comments expand to `#[doc = "..."]`, which is what this macro attempted to match
|
|
|
|
|
2022-08-10 02:42:10 -05:00
|
|
|
expand_explain_doc_comment_inner =
|
2022-07-07 22:21:49 -05:00
|
|
|
inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match
|
2022-08-16 16:34:13 -05:00
|
|
|
|
|
|
|
expand_expr_repeat_no_syntax_vars =
|
|
|
|
attempted to repeat an expression containing no syntax variables matched as repeating at this depth
|
2022-08-16 17:02:51 -05:00
|
|
|
|
|
|
|
expand_must_repeat_once =
|
|
|
|
this must repeat at least once
|
|
|
|
|
|
|
|
count_repetition_misplaced =
|
|
|
|
`count` can not be placed inside the inner-most repetition
|