blob: 53d174b7eaf2a172cf861c2c30024322db9956a1 [file]
fn hello<Q>() -> Vec<Q> {
Vec::<Q>::mew()
//~^ ERROR no associated function or constant named `mew` found for struct `Vec<Q>` in the current scope
}
fn main() {}