mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:37:08 +00:00
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.