We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d473242 commit 6145709Copy full SHA for 6145709
Cargo.toml
@@ -17,12 +17,6 @@ name = "miri"
17
test = false # we have no unit tests
18
doctest = false # and no doc tests
19
20
-[[bin]]
21
-name = "miri-rustc-tests"
22
-test = false # we have no unit tests
23
-doctest = false # and no doc tests
24
-required-features = ["rustc_tests"]
25
-
26
[dependencies]
27
getrandom = { version = "0.2", features = ["std"] }
28
env_logger = "0.7.1"
@@ -46,6 +40,3 @@ libc = "0.2"
46
40
compiletest_rs = { version = "0.5", features = ["tmp"] }
47
41
rustc_version = "0.2.3"
48
42
colored = "2"
49
50
-[features]
51
-rustc_tests = []
rust-version
@@ -1 +1 @@
1
-828461b4b27c4a955587887936e54057efc5e2c1
+88b81970ba7a989a728b32039dd075dc206f1360
src/bin/miri-rustc-tests.rs
0 commit comments