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