diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-29 15:24:45 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-30 07:02:56 +0200 |
| commit | 7710f2dd5cdb812763b7c7e7a35f3184c647315e (patch) | |
| tree | 7d156cb85991006dd4c90074357b5ab40d0ba1e3 /src/librustc_plugin_impl | |
| parent | 0afdf43dc1d9be4c8b422840166b51dd99e56a16 (diff) | |
| download | rust-7710f2dd5cdb812763b7c7e7a35f3184c647315e.tar.gz rust-7710f2dd5cdb812763b7c7e7a35f3184c647315e.zip | |
rustc -> rustc_middle part 1
Diffstat (limited to 'src/librustc_plugin_impl')
| -rw-r--r-- | src/librustc_plugin_impl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_plugin_impl/Cargo.toml b/src/librustc_plugin_impl/Cargo.toml index 372d6a534c8..38cfbd48de2 100644 --- a/src/librustc_plugin_impl/Cargo.toml +++ b/src/librustc_plugin_impl/Cargo.toml @@ -11,7 +11,7 @@ path = "lib.rs" doctest = false [dependencies] -rustc = { path = "../librustc" } +rustc_middle = { path = "../librustc_middle" } rustc_errors = { path = "../librustc_errors" } rustc_hir = { path = "../librustc_hir" } rustc_lint = { path = "../librustc_lint" } |
