rust/compiler/rustc_parse/src/parser
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
..
attr.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
attr_wrapper.rs Match unmatched backticks in comments in compiler/ 2023-03-03 08:39:00 +01:00
diagnostics.rs feat: implement error recovery in expected_ident_found 2023-03-20 20:54:41 +13:00
expr.rs Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors 2023-03-27 18:56:19 +02:00
generics.rs Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
item.rs feat: implement error recovery in expected_ident_found 2023-03-20 20:54:41 +13:00
mod.rs feat: implement error recovery in expected_ident_found 2023-03-20 20:54:41 +13:00
nonterminal.rs rustc_parse: migrate more to diagnostic structs 2023-02-01 21:50:34 +01:00
pat.rs feat: implement error recovery in expected_ident_found 2023-03-20 20:54:41 +13:00
path.rs Replace parse_[sth]_expr with parse_expr_[sth] function names 2023-02-24 05:12:03 +01:00
stmt.rs feat/refactor: improve errors in case of ident with number at start 2023-03-09 21:29:32 +13:00
ty.rs Gate all usages of dyn*, even in macros 2023-03-11 21:29:28 +00:00