summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-90993.rs
blob: 40e6fc748760a0b48214744054ff15fdd4160ab6 (plain)
1
2
3
4
5
6
fn main() {
    ...=.
    //~^ ERROR: unexpected token: `...`
    //~| ERROR: unexpected `=` after inclusive range
    //~| ERROR: expected one of `-`, `;`, `}`, or path, found `.`
}