Rollup merge of #123160 - bvanjoi:cleanup, r=compiler-errors

remove `def_id_to_node_id` in ast lowering
This commit is contained in:
Matthias Krüger
2024-03-28 17:40:50 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -215,7 +215,6 @@ pub struct ResolverAstLowering {
pub next_node_id: ast::NodeId,
pub node_id_to_def_id: NodeMap<LocalDefId>,
pub def_id_to_node_id: IndexVec<LocalDefId, ast::NodeId>,
pub trait_map: NodeMap<Vec<hir::TraitCandidate>>,
/// List functions and methods for which lifetime elision was successful.