1
Fork 0
rust/compiler/rustc_ast_lowering/src
Matthias Krüger c11e057989
Rollup merge of #125790 - WaffleLapkin:no-tail-recomputation-in-lower-stmts, r=lcnr
Don't recompute `tail` in `lower_stmts`

Does not really matter, but this is slightly nicer.

`@bors` rollup
2024-05-31 08:50:24 +02:00
..
asm.rs Change DefKind::Static to a struct variant 2024-03-12 05:53:46 +00:00
block.rs Don't recompute tail in lower_stmts 2024-05-31 00:46:07 +02:00
delegation.rs Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
errors.rs Add a note to the ArbitraryExpressionInPattern error 2024-04-28 21:27:26 +02:00
expr.rs Cache whether a body has inline consts 2024-05-28 13:38:43 +00:00
format.rs Improve semantics of int_ty_max functions 2024-04-15 00:39:28 +05:30
index.rs Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=compiler-errors 2024-05-31 08:50:22 +02:00
item.rs Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
lib.rs Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=compiler-errors 2024-05-31 08:50:22 +02:00
lifetime_collector.rs Lower and resolve precise captures in HIR 2024-04-15 16:45:01 -04:00
pat.rs Add a note to the ArbitraryExpressionInPattern error 2024-04-28 21:27:26 +02:00
path.rs Rename HIR TypeBinding to AssocItemConstraint and related cleanup 2024-05-30 22:52:33 +02:00