]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/attr.ftl
a8207b1f7bc37a635b830eaa9d5e52c863d3d738
[rust.git] / compiler / rustc_error_messages / locales / en-US / attr.ftl
1 attr_multiple_item =
2     multiple '{$item}' items
3
4 attr_unknown_meta_item =
5     unknown meta item '{$item}'
6     .label = expected one of {$expected}
7
8 attr_missing_since =
9     missing 'since'
10
11 attr_non_ident_feature =
12     'feature' is not an identifier
13
14 attr_missing_feature =
15     missing 'feature'
16
17 attr_multiple_stability_levels =
18     multiple stability levels
19
20 attr_unsupported_literal_generic =
21     unsupported literal
22 attr_unsupported_literal_cfg_string =
23     literal in `cfg` predicate value must be a string
24 attr_unsupported_literal_deprecated_string =
25     literal in `deprecated` value must be a string
26 attr_unsupported_literal_deprecated_kv_pair =
27     item in `deprecated` must be a key/value pair
28 attr_unsupported_literal_suggestion =
29     consider removing the prefix