blob: 735d0f5db389c557e4bbd83aae4331e630efc044 [file] [log] [blame] [edit]
//@ check-pass
trait ValidTrait {}
/// This has docs
pub fn f() -> impl ValidTrait {
Vec::<DoesNotExist>::new()
}