1
Fork 0

Feature gate boolean lit support in cfg predicates

This commit is contained in:
Urgau 2024-09-19 11:19:35 +02:00
parent c99f29b29f
commit 62ef411631
8 changed files with 116 additions and 2 deletions

View file

@ -543,6 +543,7 @@ symbols! {
cfg_accessible,
cfg_attr,
cfg_attr_multi,
cfg_boolean_literals,
cfg_doctest,
cfg_eval,
cfg_fmt_debug,