]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_ssa/Cargo.toml
Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis
[rust.git] / src / librustc_codegen_ssa / Cargo.toml
index 9f8b4e72a9cbf1c8d64f1b453ad068ca50596f96..3181d568b013a98382a33029868badca2e0df9f7 100644 (file)
@@ -20,10 +20,11 @@ jobserver = "0.1.11"
 tempfile = "3.1"
 
 rustc_serialize = { path = "../libserialize", package = "serialize" }
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }
 rustc_span = { path = "../librustc_span" }
 rustc = { path = "../librustc" }
 rustc_apfloat = { path = "../librustc_apfloat" }
+rustc_attr = { path = "../librustc_attr" }
 rustc_codegen_utils = { path = "../librustc_codegen_utils" }
 rustc_data_structures = { path = "../librustc_data_structures"}
 rustc_errors = { path = "../librustc_errors" }