We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46faf4b commit edadb54Copy full SHA for edadb54
compiler/rustc_type_ir/Cargo.toml
@@ -16,7 +16,7 @@ rustc_macros = { path = "../rustc_macros", optional = true }
16
rustc_serialize = { path = "../rustc_serialize", optional = true }
17
rustc_span = { path = "../rustc_span", optional = true }
18
rustc_type_ir_macros = { path = "../rustc_type_ir_macros" }
19
-smallvec = { version = "1.8.1", default-features = false }
+smallvec = { version = "1.8.1", default-features = false, features = ["const_generics"] }
20
thin-vec = "0.2.12"
21
tracing = "0.1"
22
# tidy-alphabetical-end
0 commit comments