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_codegen_utils | |
| parent | e94d3b70cb495df83230cff9ef5bb00f235883e4 (diff) | |
| download | rust-6054a30370209472f2af45d2a84a9a9796b3c64a.tar.gz rust-6054a30370209472f2af45d2a84a9a9796b3c64a.zip | |
Make it build again
Diffstat (limited to 'src/librustc_codegen_utils')
| -rw-r--r-- | src/librustc_codegen_utils/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/Cargo.toml b/src/librustc_codegen_utils/Cargo.toml index 8361a19ade9..45aabd5f452 100644 --- a/src/librustc_codegen_utils/Cargo.toml +++ b/src/librustc_codegen_utils/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4" punycode = "0.4.0" rustc-demangle = "0.1.16" -syntax = { path = "../libsyntax" } +syntax = { path = "../librustc_ast", package = "rustc_ast" } rustc_span = { path = "../librustc_span" } rustc = { path = "../librustc" } rustc_hir = { path = "../librustc_hir" } |
