rust/tests/ui/parser/issues/issue-90993.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
183 B
Rust
Raw Normal View History

fn main() {
...=.
//~^ ERROR: unexpected token: `...`
//~| ERROR: unexpected `=` after inclusive range
//~| ERROR: expected one of `-`, `;`, `}`, or path, found `.`
}