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<_>`
}