mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-15 20:27:12 +00:00
5 lines
80 B
Rust
5 lines
80 B
Rust
fn main() {
|
|
let _foo = Vec::new();
|
|
//~^ ERROR type annotations needed
|
|
}
|