Some forms of float literal don't parse #575
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I expect the following things to parse as float literals but they don't:
The last form (without the decimal) isn't mentioned in the Rust documentation, but since it's explicitly marked as a float i would expect it to work.
The text was updated successfully, but these errors were encountered: