]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/Cargo.toml
Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obk
[rust.git] / compiler / rustc_codegen_ssa / Cargo.toml
index 6a6f93d50d364b9a054da86e481dcbc9fb62537d..a11098b11c6ebea80839eebf9f6fe13041ceb964 100644 (file)
@@ -16,6 +16,7 @@ libc = "0.2.50"
 jobserver = "0.1.22"
 tempfile = "3.2"
 pathdiff = "0.2.0"
+smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_ast = { path = "../rustc_ast" }