mod common; use common::*; fn covariant_fail<'a>() { let _co: Co> = Co( Covariant::>::default(), ); } fn main() {}