1 2 3 4 5 6 7
// run-rustfix // Testing that semicolon tokens are printed correctly in errors fn main() { let _x = 3; //~ ERROR: expected `;` }