Skip to content

Commit 2ab97a2

Browse files
committed
Update compiletest_rs
This includes a fix that make ICEs appear in UI tests again.
1 parent 0d9ef39 commit 2ab97a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
4646

4747
[dev-dependencies]
4848
cargo_metadata = "0.7.1"
49-
compiletest_rs = { version = "0.3.21", features = ["tmp"] }
49+
compiletest_rs = { version = "0.3.22", features = ["tmp"] }
5050
lazy_static = "1.0"
5151
serde_derive = "1.0"
5252
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }

0 commit comments

Comments
 (0)