Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
error-codes
/
E0214.rs
blob: fd73189f97077c6ee0ff9da7ed972a97d0b53591 [
file
]
fn
main
()
{
let
v
:
Vec
(&
str
)
=
vec
![
"foo"
];
//~^ ERROR E0214
}