Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
suggestions
/
method-missing-parentheses.rs
blob: bc576b71f0d0bb028d313783fae9d7d47a9fd344 [
file
] [
log
] [
blame
]
fn
main
()
{
let
_
=
vec
![].
into_iter
().
collect
::<
usize
>;
//~^ ERROR attempted to take value of method `collect` on type `std::vec::IntoIter<_>`
}