Files
rust/compiler
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
..
2024-04-18 15:36:25 +10:00
2024-05-02 19:42:31 -04:00
2024-05-08 15:06:35 +00:00
2024-05-10 15:44:03 -04:00
2024-05-01 22:19:11 -04:00
2024-05-08 21:37:55 +02:00