We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc568f commit e5f840eCopy full SHA for e5f840e
src/libstd/Cargo.toml
@@ -15,7 +15,7 @@ crate-type = ["dylib", "rlib"]
15
16
[dependencies]
17
alloc = { path = "../liballoc" }
18
-cfg-if = "0.1.8"
+cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
19
panic_unwind = { path = "../libpanic_unwind", optional = true }
20
panic_abort = { path = "../libpanic_abort" }
21
core = { path = "../libcore" }
0 commit comments