blob: d6a898361ccaff1e850a4005f1409e0c5c7f6edd (
plain)
1
2
3
4
5
6
|
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
}
|