rust/compiler/rustc_parse/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
..
lexer Simplify sort_by calls 2023-03-07 18:13:41 +00:00
parser Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors 2023-03-27 18:56:19 +02:00
errors.rs refactor: improve "ident starts with number" error 2023-03-19 20:24:06 +13:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
validate_attr.rs