rust/compiler/rustc_ast_lowering/src
Guillaume Gomez b1e8be783f
Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors
Remove the `NodeId` of `ast::ExprKind::Async`

This is a followup to https://github.com/rust-lang/rust/pull/104833#pullrequestreview-1314537416.

In my original attempt, I was using `LoweringContext::expr`, which was not correct as it creates a fresh `DefId`.
It now uses the correct `DefId` for the wrapping `Expr`, and also makes forwarding `#[track_caller]` attributes more explicit.
2023-03-27 18:56:19 +02:00
..
asm.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
block.rs
errors.rs Restrict #[rustc_box] to Box::new calls 2023-03-02 02:42:19 +00:00
expr.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
format.rs Gate fmt args flattening behind -Zflatten-format-args. 2023-03-16 11:21:50 +01:00
index.rs Take a LocalDefId in hir::Visitor::visit_fn. 2023-01-28 09:51:50 +00:00
item.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
lib.rs rustc: Remove unused Session argument from some attribute functions 2023-03-22 13:55:55 +04:00
lifetime_collector.rs
pat.rs Add ErrorGuaranteed to HIR ExprKind::Err 2023-02-25 19:46:36 +00:00
path.rs