blob: fd73189f97077c6ee0ff9da7ed972a97d0b53591 [file] [log] [blame]
fn main() {
let v: Vec(&str) = vec!["foo"];
//~^ ERROR E0214
}