``` error[E0063]: missing field `test_threads` in initializer of `test::TestOpts` --> src/compiletest.rs:126:5 | 126 | test::TestOpts { | ^^^^^^^^^^^^^^ ``` The field was added in https://github.com/rust-lang/rust/pull/35414.