Skip to content

Commit df8a489

Browse files
committed
Use temporary branch for compiletest
rust-lang/rust#58689 broke it
1 parent cfdf47e commit df8a489

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
@@ -47,7 +47,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
4747
[dev-dependencies]
4848
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
4949
cargo_metadata = "0.7.1"
50-
compiletest_rs = "0.3.18"
50+
compiletest_rs = { git = "https://github.com/mati865/compiletest-rs.git", branch = "rustup" }
5151
lazy_static = "1.0"
5252
serde_derive = "1.0"
5353
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }

0 commit comments

Comments
 (0)