]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/Cargo.toml
Rollup merge of #68072 - JohnTitor:fix-macro-ice, r=petrochenkov
[rust.git] / src / libsyntax / Cargo.toml
index 8a00bcbfe17c78016278ae061a747d1a441fc85a..7d9f715e9feb8c809ead5da130cfa946e95081b4 100644 (file)
@@ -10,13 +10,11 @@ path = "lib.rs"
 doctest = false
 
 [dependencies]
-bitflags = "1.2.1"
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 log = "0.4"
 scoped-tls = "1.0"
-lazy_static = "1.0.0"
-syntax_pos = { path = "../libsyntax_pos" }
-errors = { path = "../librustc_errors", package = "rustc_errors" }
+rustc_errors = { path = "../librustc_errors" }
+rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_feature = { path = "../librustc_feature" }
 rustc_index = { path = "../librustc_index" }