Skip to content

Commit

Permalink
Rollup merge of rust-lang#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 rust-lang#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 10, 2022
2 parents ff3dce3 + c4471b0 commit 423e355
Showing 1 changed file with 98 additions and 98 deletions.

0 comments on commit 423e355

Please sign in to comment.