This is mostly about avoiding criterion's build times when just developing clap itself. I'm assuming the derive test changed because criterion's clap v2 isn't in the dependency tree anymore.
`derive_ui.rs` did not have a marker for needing to be updated on MSRV changes, so it got missed.
unstable-v4
This is split out of #3661 as several changes I'm working on need it.