Skip to content

Commit

Permalink
Rollup merge of #92277 - petrochenkov:cmrval2, r=jackh726
Browse files Browse the repository at this point in the history
rustc_metadata: Stop passing `CrateMetadataRef` by reference (step 1)

It's already a (fat) reference.
Double referencing it creates lifetime issues for its methods that want to return iterators.

---
Extracted from #92245 for a perf run.
The PR changes a lot of symbol names due to function signature changes, so it's hard to do differential profiling, let's spend some machine time instead.
  • Loading branch information
matthiaskrgr committed Jan 13, 2022
2 parents 5e04f51 + c4471b0 commit f84d35f
Showing 1 changed file with 98 additions and 98 deletions.

0 comments on commit f84d35f

Please sign in to comment.