diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-02-29 20:16:26 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-02-29 20:47:10 +0300 |
| commit | 6054a30370209472f2af45d2a84a9a9796b3c64a (patch) | |
| tree | d787f1b56fda6d4c9d347861335c3bccc76ca115 /src/librustc_plugin_impl | |
| parent | e94d3b70cb495df83230cff9ef5bb00f235883e4 (diff) | |
| download | rust-6054a30370209472f2af45d2a84a9a9796b3c64a.tar.gz rust-6054a30370209472f2af45d2a84a9a9796b3c64a.zip | |
Make it build again
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 2214838c846..b1c09ee1953 100644 --- a/src/librustc_plugin_impl/Cargo.toml +++ b/src/librustc_plugin_impl/Cargo.toml @@ -16,5 +16,5 @@ rustc_errors = { path = "../librustc_errors" } rustc_hir = { path = "../librustc_hir" } rustc_lint = { path = "../librustc_lint" } rustc_metadata = { path = "../librustc_metadata" } -syntax = { path = "../libsyntax" } +syntax = { path = "../librustc_ast", package = "rustc_ast" } rustc_span = { path = "../librustc_span" } |
