]> git.proxmox.com Git - rustc.git/blob - src/test/ui/span/type-annotations-needed-expr.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / span / type-annotations-needed-expr.rs
1 fn main() {
2 let _ = (vec![1,2,3]).into_iter().sum() as f64; //~ ERROR E0282
3 }