1
Fork 0

Improve non-boolean literal error in cfg predicate

This commit is contained in:
Urgau 2024-10-01 10:25:18 +02:00
parent 781f1840cd
commit a3ffa1eae5
5 changed files with 7 additions and 3 deletions

View file

@ -107,6 +107,8 @@ attr_unknown_version_literal =
attr_unstable_cfg_target_compact =
compact `cfg(target(..))` is experimental and subject to change
attr_unsupported_literal_cfg_boolean =
literal in `cfg` predicate value must be a boolean
attr_unsupported_literal_cfg_string =
literal in `cfg` predicate value must be a string
attr_unsupported_literal_deprecated_kv_pair =