Files
rust/compiler/rustc_lint/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
..
2023-03-20 03:22:31 +08:00
2023-03-21 15:38:51 +00:00
2023-01-09 18:57:02 -05:00
2023-03-06 10:56:23 +00:00
2023-01-09 18:57:02 -05:00
2023-01-09 18:57:02 -05:00
2023-01-09 18:57:02 -05:00
2023-01-09 18:57:02 -05:00
2021-07-08 17:14:28 +02:00
2023-01-09 18:57:02 -05:00
2023-03-02 23:46:44 +04:00