The test at src/test/cbmc/DynTrait/main_fail.rs uses _VERIFIER_expect_fail instead of __VERIFIER_expect_fail, causing it to have a rust compile error.
I expect it went by unnoticed because we (accidentally?) left in the _fail suffix, when really it shouldn't fail, and we don't distinguish between compilation failure and verification failure.