We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5895b commit 80f240aCopy full SHA for 80f240a
compiler/rustc_next_trait_solver/Cargo.toml
@@ -4,4 +4,10 @@ version = "0.0.0"
4
edition = "2021"
5
6
[dependencies]
7
-rustc_type_ir = { path = "../rustc_type_ir" }
+rustc_type_ir = { path = "../rustc_type_ir", default-features = false }
8
+
9
+[features]
10
+default = ["nightly"]
11
+nightly = [
12
+ "rustc_type_ir/nightly",
13
+]
0 commit comments