1
Fork 0

rustc_attr: make "compact cfg(target(..)) is unstable" translatable

This commit is contained in:
Pavel Grigorenko 2024-08-07 23:23:35 +03:00
parent a11922d568
commit c36b21a4c8
2 changed files with 5 additions and 2 deletions

View file

@ -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 =