]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/Cargo.toml
Rollup merge of #69800 - tmiasko:address-g, r=nikic
[rust.git] / src / librustc_mir / Cargo.toml
index 4bbe05cf59620a88de694a68a88a243a90df0b8a..1ee581e64aa7ef434362d07f255283877781461b 100644 (file)
@@ -28,7 +28,7 @@ rustc_lexer = { path = "../librustc_lexer" }
 rustc_macros = { path = "../librustc_macros" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 rustc_target = { path = "../librustc_target" }
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }
 rustc_span = { path = "../librustc_span" }
 rustc_apfloat = { path = "../librustc_apfloat" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }