mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:57:18 +00:00
For each of these, we need to decide whether they need to be using `expr_requires_semi_to_be_stmt`, or `expr_requires_comma_to_be_match_arm`, which are supposed to be 2 different behaviors. Previously they were conflated into one, causing either too much or too little parenthesization.