blob: f64dab4d7bc68033c2a06d3e256348a9e399b07d [file] [log] [blame]
fn main() {
let _ = (vec![1,2,3]).into_iter().sum() as f64; //~ ERROR E0282
}