blob: e5d5622e6fc00395bcde854b36ad0bb91f2da2a9 [file] [log] [blame]
// run-rustfix
// Testing that semicolon tokens are printed correctly in errors
fn main() {
let _x = 3; //~ ERROR: expected `;`
}