Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-90993.rs
blob: 40e6fc748760a0b48214744054ff15fdd4160ab6 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
...=.
//~^ ERROR: unexpected token: `...`
//~| ERROR: unexpected `=` after inclusive range
//~| ERROR: expected one of `-`, `;`, `}`, or path, found `.`
}