trait ValidTrait {} /// This has docs pub fn f() -> impl ValidTrait { Vec::::new() //~^ ERROR failed to resolve }