blob: e71e2730980e4208e212f94051d965ee44610765 [file] [log] [blame]
// the `{` is closed with `)`, there is a missing `(`
fn f(i: u32, j: u32) {
let res = String::new();
let mut cnt = i;
while cnt < j {
write!&mut res, " ");
}
} //~ ERROR unexpected closing delimiter