summary refs log tree commit diff
path: root/src/test/ui/parser/issue-3036.rs
blob: 6a8b67fefa780fb7d6a65ebd960974bc024c59d9 (plain)
1
2
3
4
5
6
// Testing that semicolon tokens are printed correctly in errors

fn main()
{
    let x = 3 //~ ERROR: expected `;`
}