]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/Cargo.toml
Rollup merge of #104927 - compiler-errors:binder-shifting-logic, r=oli-obk
[rust.git] / compiler / rustc_target / Cargo.toml
index 58eb4f69c44f90b84f515b348a7cbac938ec765e..568c916a163284b3db17645d62338c55c20cef12 100644 (file)
@@ -7,20 +7,10 @@ edition = "2021"
 bitflags = "1.2.1"
 tracing = "0.1"
 serde_json = "1.0.59"
-rustc_data_structures = { path = "../rustc_data_structures", optional = true  }
-rustc_feature = { path = "../rustc_feature", optional = true }
-rustc_index = { path = "../rustc_index", default-features = false }
-rustc_macros = { path = "../rustc_macros", optional = true }
-rustc_serialize = { path = "../rustc_serialize", optional = true  }
-rustc_span = { path = "../rustc_span", optional = true }
-
-[features]
-default = ["nightly"]
-nightly = [
-    "rustc_data_structures",
-    "rustc_feature",
-    "rustc_index/nightly",
-    "rustc_macros",
-    "rustc_serialize",
-    "rustc_span",
-]
\ No newline at end of file
+rustc_abi = { path = "../rustc_abi" }
+rustc_data_structures = { path = "../rustc_data_structures" }
+rustc_feature = { path = "../rustc_feature" }
+rustc_index = { path = "../rustc_index" }
+rustc_macros = { path = "../rustc_macros" }
+rustc_serialize = { path = "../rustc_serialize" }
+rustc_span = { path = "../rustc_span" }