rust/clippy_utils/src
Guillaume Gomez 538e8bdcc8 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
..
ast_utils Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
mir Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
ast_utils.rs Remove the NodeId of ast::ExprKind::Async 2023-03-19 19:01:31 +01:00
attrs.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
check_proc_macro.rs Remove box expressions from HIR 2023-03-14 17:18:26 +00:00
comparisons.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
consts.rs Use List::empty() instead of mk_substs(&[]). 2023-02-24 07:33:02 +11:00
diagnostics.rs Merge commit '4f3ab69ea0' into clippyup 2022-12-29 14:28:34 +01:00
eager_or_lazy.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
higher.rs Restrict #[rustc_box] to Box::new calls 2023-03-02 02:42:19 +00:00
hir_utils.rs Remove box expressions from HIR 2023-03-14 17:18:26 +00:00
lib.rs Don't elaborate non-obligations into obligations 2023-03-26 20:33:54 +00:00
macros.rs Fix clippy. 2023-03-16 12:08:07 +01:00
msrvs.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
numeric_literal.rs Merge commit '149392b0ba' into clippyup 2023-02-25 19:28:50 -05:00
paths.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
ptr.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
qualify_min_const_fn.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
source.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
str_utils.rs Merge commit '0eff589afc' into clippyup 2021-12-30 15:10:43 +01:00
sugg.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
sym_helper.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
ty.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00
usage.rs rustc_hir: Relax lifetime requirements on Visitor::visit_path 2022-12-01 17:04:02 +03:00
visitors.rs Merge commit 'd5e2a7aca5' into clippyup 2023-03-24 14:26:19 +01:00