rust/compiler/rustc_metadata
Matthias Krüger f84d35f0b8
Rollup merge of #92277 - petrochenkov:cmrval2, r=jackh726
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 https://github.com/rust-lang/rust/pull/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.
2022-01-13 08:11:21 +01:00
..
src Rollup merge of #92277 - petrochenkov:cmrval2, r=jackh726 2022-01-13 08:11:21 +01:00
Cargo.toml replace dynamic library module with libloading 2021-12-06 12:03:47 -05:00