mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 10:05:53 +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.