1
Fork 0
rust/compiler/rustc_metadata
Vadim Petrochenkov c4471b0b9c 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.
2022-01-09 22:02:17 +08:00
..
src rustc_metadata: Stop passing CrateMetadataRef by reference 2022-01-09 22:02:17 +08:00
Cargo.toml replace dynamic library module with libloading 2021-12-06 12:03:47 -05:00