fn main() { (0..13).collect>(); //~^ ERROR comparison operators cannot be chained Vec::new(); //~^ ERROR comparison operators cannot be chained (0..13).collect(); //~^ ERROR comparison operators cannot be chained }