]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/Cargo.toml
Rollup merge of #102345 - chenyukang:fix-102182-impl-trait, r=estebank
[rust.git] / compiler / rustc_codegen_llvm / Cargo.toml
index f0d435b5a9604c6a2603e14049c2abd807e494a4..0ad39c24025fd6ba8e8b19642f45b0836bf2386c 100644 (file)
@@ -33,3 +33,4 @@ rustc_target = { path = "../rustc_target" }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
+tempfile = "3.2.0"