From 2ab97a24e799568750d7a5e8053edda0abc64c31 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Fri, 19 Apr 2019 18:23:25 +0200 Subject: [PATCH] Update compiletest_rs This includes a fix that make ICEs appear in UI tests again. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e41440acc20..eb97707e667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"} [dev-dependencies] cargo_metadata = "0.7.1" -compiletest_rs = { version = "0.3.21", features = ["tmp"] } +compiletest_rs = { version = "0.3.22", features = ["tmp"] } lazy_static = "1.0" serde_derive = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }