Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information