You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_expand/messages.ftl
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,8 @@
1
-
expand_arg_not_attributes =
2
-
second argument must be `attributes`
3
-
4
-
expand_attr_no_arguments =
5
-
attribute must have either one or two arguments
6
-
7
-
expand_attribute_meta_item =
8
-
attribute must be a meta item, not a literal
9
-
10
-
expand_attribute_single_word =
11
-
attribute must only be a single word
12
-
13
1
expand_attributes_on_expressions_experimental =
14
2
attributes on expressions are experimental
15
3
.help_outer_doc = `///` is used for outer documentation comments; for a plain comment, use `//`
16
4
.help_inner_doc = `//!` is used for inner documentation comments; for a plain comment, use `//` by removing the `!` or inserting a space in between them: `// !`
17
5
18
-
expand_attributes_wrong_form =
19
-
attribute must be of form: `attributes(foo, bar)`
20
-
21
-
expand_cannot_be_name_of_macro =
22
-
`{$trait_ident}` cannot be a name of {$macro_type} macro
23
-
24
6
expand_collapse_debuginfo_illegal =
25
7
illegal value for attribute #[collapse_debuginfo(no|external|yes)]
non-inline modules in proc macro input are unstable
141
120
142
-
expand_not_a_meta_item =
143
-
not a meta item
144
-
145
-
expand_only_one_word =
146
-
must only be one word
147
-
148
121
expand_proc_macro_back_compat = using an old version of `{$crate_name}`
149
122
.note = older versions of the `{$crate_name}` crate no longer compile; please update to `{$crate_name}` v{$fixed_version}, or switch to one of the `{$crate_name}` alternatives
0 commit comments