Skip to content

Commit edadb54

Browse files
committed
fix rustc_type_ir without the nightly feature
1 parent 46faf4b commit edadb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_type_ir/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rustc_macros = { path = "../rustc_macros", optional = true }
1616
rustc_serialize = { path = "../rustc_serialize", optional = true }
1717
rustc_span = { path = "../rustc_span", optional = true }
1818
rustc_type_ir_macros = { path = "../rustc_type_ir_macros" }
19-
smallvec = { version = "1.8.1", default-features = false }
19+
smallvec = { version = "1.8.1", default-features = false, features = ["const_generics"] }
2020
thin-vec = "0.2.12"
2121
tracing = "0.1"
2222
# tidy-alphabetical-end

0 commit comments

Comments
 (0)