Skip to content

Commit 47acece

Browse files
committed
Auto merge of #1636 - RalfJung:rustup, r=oli-obk
remove miri-rustc-tests `@oli-obk` I am not sure if anyone used this program in the last few years. There are no instructions for how to use it. So I think keeping it working is just a waste of time. It now fails to build: ``` error[E0046]: not all trait items implemented, missing: `visit_foreign_item` --> src/bin/miri-rustc-tests.rs:36:17 | 36 | impl<'tcx, 'hir> itemlikevisit::ItemLikeVisitor<'hir> for Visitor<'tcx> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `visit_foreign_item` in implementation ``` So I propose instead of me trying to figure out how to fix this, we just drop this ancient code.
2 parents c53d451 + 6145709 commit 47acece

File tree

3 files changed

+1
-270
lines changed

3 files changed

+1
-270
lines changed

Cargo.toml

-9
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ name = "miri"
1717
test = false # we have no unit tests
1818
doctest = false # and no doc tests
1919

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-
2620
[dependencies]
2721
getrandom = { version = "0.2", features = ["std"] }
2822
env_logger = "0.7.1"
@@ -46,6 +40,3 @@ libc = "0.2"
4640
compiletest_rs = { version = "0.5", features = ["tmp"] }
4741
rustc_version = "0.2.3"
4842
colored = "2"
49-
50-
[features]
51-
rustc_tests = []

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
828461b4b27c4a955587887936e54057efc5e2c1
1+
88b81970ba7a989a728b32039dd075dc206f1360

src/bin/miri-rustc-tests.rs

-260
This file was deleted.

0 commit comments

Comments
 (0)