2022-08-10 09:42:10 +02:00
|
|
|
expand_explain_doc_comment_outer =
|
2022-07-08 03:21:49 +00:00
|
|
|
outer doc comments expand to `#[doc = "..."]`, which is what this macro attempted to match
|
|
|
|
|
2022-08-10 09:42:10 +02:00
|
|
|
expand_explain_doc_comment_inner =
|
2022-07-08 03:21:49 +00:00
|
|
|
inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match
|
2022-08-16 18:34:13 -03:00
|
|
|
|
2022-08-17 11:35:17 +02:00
|
|
|
expand_expr_repeat_no_syntax_vars =
|
2022-08-16 18:34:13 -03:00
|
|
|
attempted to repeat an expression containing no syntax variables matched as repeating at this depth
|
2022-08-16 19:02:51 -03:00
|
|
|
|
2022-08-17 11:35:17 +02:00
|
|
|
expand_must_repeat_once =
|
2022-08-16 19:02:51 -03:00
|
|
|
this must repeat at least once
|
|
|
|
|
2022-08-17 11:18:19 -03:00
|
|
|
expand_count_repetition_misplaced =
|
|
|
|
`count` can not be placed inside the inner-most repetition
|
|
|
|
|
|
|
|
expand_meta_var_expr_unrecognized_var =
|
|
|
|
variable `{$key}` is not recognized in meta-variable expression
|
|
|
|
|
|
|
|
expand_var_still_repeating =
|
|
|
|
variable '{$ident}' is still repeating at this depth
|
|
|
|
|
2022-08-17 11:35:17 +02:00
|
|
|
expand_meta_var_dif_seq_matchers = {$msg}
|