1 2 3 4 5 6
fn main() { ...=. //~^ ERROR: unexpected token: `...` //~| ERROR: unexpected `=` after inclusive range //~| ERROR: expected one of `-`, `;`, `}`, or path, found `.` }