]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lint/Cargo.toml
Do not ICE on multipart suggestions touching multiple files
[rust.git] / src / librustc_lint / Cargo.toml
index 049ea6fa1829bf6edca90f713f570907bca8c929..7e23e70577975cdb9e3e90ee0625fad8ac2387ed 100644 (file)
@@ -10,12 +10,14 @@ path = "lib.rs"
 
 [dependencies]
 log = "0.4"
+unicode-security = "0.0.2"
 rustc = { path = "../librustc" }
+rustc_errors = { path = "../librustc_errors" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_target = { path = "../librustc_target" }
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_feature = { path = "../librustc_feature" }
 rustc_index = { path = "../librustc_index" }
-rustc_error_codes = { path = "../librustc_error_codes" }
 rustc_session = { path = "../librustc_session" }