mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
3a3a411980
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``