Open
Description
Currently there is a compiler test for rust-lang/rust#65131 in rust-lang/rust, but the test suite for the compiler has no way of testing long running yet unsuccessful compiles. This is more of a job for the rustc-perf tool. The issue is that rustc-perf does not have the ability to measure how long failed compiles take which would be necessary for this test to be successfully moved to this repo.