rust/compiler/rustc_ast_pretty
David Tolnay d9bb73331e
Delete MacCall case from pretty-printing semicolon after StmtKind::Expr
I didn't figure out how to reach this condition with `expr` containing
`ExprKind::MacCall`. All the approaches I tried ended up with the macro
call ending up in the `StmtKind::MacCall` case below instead.

In any case, from visual inspection this is a bugfix. If we do end up
with a `StmtKind::Expr` containing `ExprKind::MacCall` with brace
delimiter, it would not need ";" printed after it.
2024-05-11 15:49:02 -07:00
..
src Delete MacCall case from pretty-printing semicolon after StmtKind::Expr 2024-05-11 15:49:02 -07:00
Cargo.toml bump itertools to 0.12 2024-03-08 12:34:05 +03:00