mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 11:50:45 +00:00
7 lines
167 B
Rust
7 lines
167 B
Rust
fn hello<Q>() -> Vec<Q> {
|
|
Vec::<Q>::mew()
|
|
//~^ ERROR no function or associated item named `mew` found for struct `Vec<Q>` in the current scope
|
|
}
|
|
|
|
fn main() {}
|