]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_feature/Cargo.toml
Remove usage of global variable "inlined_types"
[rust.git] / src / librustc_feature / Cargo.toml
index 22e8366804b5918e3599dd4b6d4f079e044e2bd8..96fd15ef3044c748a64e70a4353668a88877035a 100644 (file)
@@ -10,4 +10,6 @@ path = "lib.rs"
 doctest = false
 
 [dependencies]
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_data_structures = { path = "../librustc_data_structures" }
+lazy_static = "1.0.0"
+rustc_span = { path = "../librustc_span" }