As of the most recent nightly: ```console error[E0308]: mismatched types --> src/lib.rs:101:22 | 101 | run_ignored: config.run_ignored, | ^^^^^^^^^^^^^^^^^^ expected enum `test::RunIgnored`, found bool | = note: expected type `test::RunIgnored` found type `bool` ```