Commit 70e8a77
authored
Rollup merge of rust-lang#144059 - LorrensP-2158466:remove-crate-loader, r=petrochenkov
Refactor `CrateLoader` into the `CStore`
Removes the `CrateLoader` and moves the code to `CStore`. Now, if you want to use the `CrateLoader`, you can just use `CStore`.
Should we rename `creader.rs` to `cstore.rs`?
r? `@petrochenkov`5 files changed
Lines changed: 169 additions & 158 deletions
File tree
- compiler
- rustc_metadata/src
- rustc_resolve/src
- late
0 commit comments