Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-90728.rs
blob: d6a898361ccaff1e850a4005f1409e0c5c7f6edd [
file
] [
log
] [
blame
] [
edit
]
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
}