1
Fork 0
rust/compiler/rustc_ast_pretty
David Tolnay cbb8714a3f
Mark expr_requires_semi_to_be_stmt call sites
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.
2024-05-11 15:48:58 -07:00
..
src Mark expr_requires_semi_to_be_stmt call sites 2024-05-11 15:48:58 -07:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00