Sign in
rust
/
rust
/
bf838717a4a68ecc23d08b9c17c19d71e7da8afe
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-90728.rs
blob: d6a898361ccaff1e850a4005f1409e0c5c7f6edd [
file
]
fn
main
()
{
a
.
5.2E
+
//~^ ERROR: unexpected token: `5.2E+`
//~| ERROR: expected one of `.`, `;`, `?`, `}`, or an operator, found `5.2E+`
//~| ERROR: expected at least one digit in exponent
}