diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2020-02-11 19:53:40 +0100 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2020-03-14 14:15:50 +0100 |
| commit | c1e3d556bffa1a3a5a80fe1c5687cd2f062ce30d (patch) | |
| tree | b4ace386c3827a68eff2e9b82937c2a3a7805b34 /src/librustc_interface | |
| parent | 21d4e063bca7d9f5a5d0f705e0f11092cbf2cf98 (diff) | |
| download | rust-c1e3d556bffa1a3a5a80fe1c5687cd2f062ce30d.tar.gz rust-c1e3d556bffa1a3a5a80fe1c5687cd2f062ce30d.zip | |
Move rustc_infer::traits to new crate rustc_trait_selection.
Diffstat (limited to 'src/librustc_interface')
| -rw-r--r-- | src/librustc_interface/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_interface/Cargo.toml b/src/librustc_interface/Cargo.toml index b29480a8810..e84181f1d75 100644 --- a/src/librustc_interface/Cargo.toml +++ b/src/librustc_interface/Cargo.toml @@ -42,6 +42,7 @@ rustc_errors = { path = "../librustc_errors" } rustc_plugin_impl = { path = "../librustc_plugin_impl" } rustc_privacy = { path = "../librustc_privacy" } rustc_resolve = { path = "../librustc_resolve" } +rustc_trait_selection = { path = "../librustc_trait_selection" } rustc_ty = { path = "../librustc_ty" } tempfile = "3.0.5" once_cell = "1" |
