E1010 Syntax Errors

Syntax

invalid number format; hex (0x), octal (0o), or binary (0b) prefix must be followed by digits

When this occurs

General number format errors

Example error message

error[E1010]: invalid number format: multiple decimal points

How to fix

Check your number literal for typos. Ensure it follows valid integer or float format.

Related errors