https://github.com/rust-lang/rust/pull/52197 changed the exit code of rustc from 101 to just 1 in the event of compile errors. [This check](https://github.com/laumann/compiletest-rs/blob/v0.3.11/src/runtest.rs#L214) needs to be updated. Tests that used to work as of nightly-2018-07-19 now in nightly-2018-07-22 fail with the following output: ```console error: failure produced the wrong error: exit code: 1 status: exit code: 1 ```