Add float support to #fmt #1014
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.
It's missing. This is a reminder to clean up my hacky patches to fully support syntax like "%3.5f". The default precision in C is six digits, I believe.
The text was updated successfully, but these errors were encountered: