Skip to content

Commit

Permalink
Auto merge of #1636 - RalfJung:rustup, r=oli-obk
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Nov 30, 2020
2 parents c53d451 + 6145709 commit 47acece
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 270 deletions.
9 changes: 0 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ name = "miri"
test = false # we have no unit tests
doctest = false # and no doc tests

[[bin]]
name = "miri-rustc-tests"
test = false # we have no unit tests
doctest = false # and no doc tests
required-features = ["rustc_tests"]

[dependencies]
getrandom = { version = "0.2", features = ["std"] }
env_logger = "0.7.1"
Expand All @@ -46,6 +40,3 @@ libc = "0.2"
compiletest_rs = { version = "0.5", features = ["tmp"] }
rustc_version = "0.2.3"
colored = "2"

[features]
rustc_tests = []
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
828461b4b27c4a955587887936e54057efc5e2c1
88b81970ba7a989a728b32039dd075dc206f1360
260 changes: 0 additions & 260 deletions src/bin/miri-rustc-tests.rs

This file was deleted.

0 comments on commit 47acece

Please sign in to comment.