]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_errors/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / compiler / rustc_errors / Cargo.toml
index 7803a0792e12c9c3c1ce5ccc1a76c8f689a5c43c..dee7a31ec2028287b06304fdb3b0b68f377a631e 100644 (file)
@@ -18,7 +18,6 @@ rustc_target = { path = "../rustc_target" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_lint_defs = { path = "../rustc_lint_defs" }
 unicode-width = "0.1.4"
-atty = "0.2"
 termcolor = "1.0"
 annotate-snippets = "0.9"
 termize = "0.1.1"
@@ -27,3 +26,6 @@ serde_json = "1.0.59"
 
 [target.'cfg(windows)'.dependencies]
 winapi = { version = "0.3", features = [ "handleapi", "synchapi", "winbase" ] }
+
+[features]
+rustc_use_parallel_compiler = ['rustc_error_messages/rustc_use_parallel_compiler']