rust/src/test/ui/parser/issues/issue-90993.rs
Badel2 8c8914ecab Move parser tests to parser/issues subdirectory
Because the parser directory has already reached the 1000 file limit.
2021-11-20 14:52:21 +01:00

6 lines
183 B
Rust

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