//@ run-rustfix fn main() { let _ = vec![true, false].into_iter().map(|v| !v).collect::>(); //~^ ERROR no method named `map` found for struct `Vec` in the current scope }