about summary refs log tree commit diff
path: root/src/librustc_codegen_utils
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-02-29 20:16:26 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-02-29 20:47:10 +0300
commit6054a30370209472f2af45d2a84a9a9796b3c64a (patch)
treed787f1b56fda6d4c9d347861335c3bccc76ca115 /src/librustc_codegen_utils
parente94d3b70cb495df83230cff9ef5bb00f235883e4 (diff)
downloadrust-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.toml2
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" }