]> git.lizzy.rs Git - rust.git/commit
Auto merge of #72882 - marmeladema:save-analysis-hir-tree, r=Xanewok
authorbors <bors@rust-lang.org>
Thu, 4 Jun 2020 14:16:13 +0000 (14:16 +0000)
committerbors <bors@rust-lang.org>
Thu, 4 Jun 2020 14:16:13 +0000 (14:16 +0000)
commit3d5d0f898c2f3998e50c2180c6202f193c3acdbc
treea2607b6c46b42115e7e12d3f6f481bb335e14fed
parent2a5cbb0e42f330617a061243f8725d861dd5118b
parent70228f97abaeac7549702503bad10bdb89de00c1
Auto merge of #72882 - marmeladema:save-analysis-hir-tree, r=Xanewok

save_analysis: work on HIR tree instead of AST

In order to reduce the uses of `NodeId`s in the compiler, `save_analysis` crate has been reworked to operate on the HIR tree instead of the AST.

cc #50928