Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustc_metadata: Stop passing
CrateMetadataRef
by reference
It's already a (fat) reference. Double referencing it creates lifetime issues for its methods that want to return iterators.
- Loading branch information