mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 20:57:15 +00:00
5 lines
71 B
Rust
5 lines
71 B
Rust
fn main() {
|
|
let v: Vec(&str) = vec!["foo"];
|
|
//~^ ERROR E0214
|
|
}
|