]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_type_ir/Cargo.toml
Move things to rustc_type_ir
[rust.git] / compiler / rustc_type_ir / Cargo.toml
index 439e6cdf70698945a183501613650e651a60454b..b8066f2e5d89186f73191fb623400c1ec3593065 100644 (file)
@@ -12,3 +12,4 @@ rustc_index = { path = "../rustc_index" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_macros = { path = "../rustc_macros" }
+smallvec = { version = "1.0", features = ["union", "may_dangle"] }