Open
Description
It would be great if we had some semi-automatic way of running clippy on all the/most of the rust tests https://github.com/rust-lang/rust/tree/master/src/test/ I believe this will unearth a couple more crashes and/or bugs.
Maybe we can hack the rustc test executor program and clamp clippy-driver in-between somehow...