about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-04-07 14:35:57 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-04-07 14:36:03 -0700
commitc7b78234dacdec8820a3b416c241b2e532ab9a85 (patch)
tree12d4f2ee7bfdd7d0e2d2f549f192ce3602716a70
parentcffb416d8951af22bc921b0f2870ddd6bb9d1104 (diff)
downloadrust-c7b78234dacdec8820a3b416c241b2e532ab9a85.tar.gz
rust-c7b78234dacdec8820a3b416c241b2e532ab9a85.zip
Re-add tmp feature to compiletest
Got accidentally removed in the rustup
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 896b9660ea7..e3e7e965c88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
 [dev-dependencies]
 clippy_dev = { version = "0.0.1", path = "clippy_dev" }
 cargo_metadata = "0.7.1"
-compiletest_rs = { version = "0.3.21" }
+compiletest_rs = { version = "0.3.21", features = ["tmp"] }
 lazy_static = "1.0"
 serde_derive = "1.0"
 clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }