X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_llvm%2FCargo.toml;h=0ad39c24025fd6ba8e8b19642f45b0836bf2386c;hb=73f01ffd4642cf7794d88a03977108d0ffceacd1;hp=a068aa2ec6244e5bc1f93e880ac80f9016a0117b;hpb=24aab524cbafec7ff8c7cd54ba4f6fb18216c623;p=rust.git diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index a068aa2ec62..0ad39c24025 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" [lib] test = false -doctest = false [dependencies] bitflags = "1.0" @@ -34,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"