2024-02-16 20:02:50 +00:00
|
|
|
//@ run-rustfix
|
2020-07-02 14:32:12 +09:00
|
|
|
|
2012-07-30 16:09:42 -07:00
|
|
|
// Testing that semicolon tokens are printed correctly in errors
|
|
|
|
|
2020-07-02 14:32:12 +09:00
|
|
|
fn main() {
|
|
|
|
let _x = 3 //~ ERROR: expected `;`
|
2019-10-20 14:35:46 -07:00
|
|
|
}
|