about summary refs log tree commit diff
path: root/tests/ui/macros/cfg_select.stderr
AgeCommit message (Collapse)AuthorLines
2025-08-10cfg_select: Support unbraced expressionsJosh Triplett-10/+4
When operating on expressions, `cfg_select!` can now handle expressions without braces. (It still requires braces for other things, such as items.) Expand the test coverage and documentation accordingly.
2025-07-14update `cfg_select!` documentationFolkert de Vries-4/+10
and make internal terminology consistent Co-authored-by: Travis Cross <tc@traviscross.com>
2025-07-13make `cfg_select` a builtin macroFolkert de Vries-0/+25