rustc_attr: make "compact cfg(target(..))
is unstable" translatable
This commit is contained in:
parent
a11922d568
commit
c36b21a4c8
2 changed files with 5 additions and 2 deletions
|
@ -104,6 +104,9 @@ attr_unknown_meta_item =
|
|||
attr_unknown_version_literal =
|
||||
unknown version literal format, assuming it refers to a future version
|
||||
|
||||
attr_unstable_cfg_target_compact =
|
||||
compact `cfg(target(..))` is experimental and subject to change
|
||||
|
||||
attr_unsupported_literal_cfg_string =
|
||||
literal in `cfg` predicate value must be a string
|
||||
attr_unsupported_literal_deprecated_kv_pair =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue