You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ac.rs:2:13:2:21 error: unterminated format string
ac.rs:2println!("{:f.6}",100.0);
^~~~~~~~
error: aborting due to previous error
"unterminated" makes it sound as though the user hasn't used a closing quotation mark. Even if it's not possible to give a good error message here, a message like "unknown format specifier" would be more insightful.
The text was updated successfully, but these errors were encountered:
This program:
...has this output:
"unterminated" makes it sound as though the user hasn't used a closing quotation mark. Even if it's not possible to give a good error message here, a message like "unknown format specifier" would be more insightful.
The text was updated successfully, but these errors were encountered: