Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
issues
/
issue-23589.rs
blob: 1c640af8d02b9311b8dae6a75025853a8fda3194 [
file
] [
log
] [
blame
]
fn
main
()
{
let
v
:
Vec
(&
str
)
=
vec
![
'1'
,
'2'
];
//~^ ERROR parenthesized type parameters may only be used with a `Fn` trait
//~| ERROR mismatched types
}