]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/expand.ftl
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
[rust.git] / compiler / rustc_error_messages / locales / en-US / expand.ftl
1 expand_explain_doc_comment_outer =
2     outer doc comments expand to `#[doc = "..."]`, which is what this macro attempted to match
3
4 expand_explain_doc_comment_inner =
5     inner doc comments expand to `#![doc = "..."]`, which is what this macro attempted to match
6
7 expand_expr_repeat_no_syntax_vars =
8     attempted to repeat an expression containing no syntax variables matched as repeating at this depth
9
10 expand_must_repeat_once =
11     this must repeat at least once
12
13 expand_count_repetition_misplaced =
14     `count` can not be placed inside the inner-most repetition
15
16 expand_meta_var_expr_unrecognized_var =
17     variable `{$key}` is not recognized in meta-variable expression
18
19 expand_var_still_repeating =
20     variable '{$ident}' is still repeating at this depth
21
22 expand_meta_var_dif_seq_matchers = {$msg}