println!
macro has confusing error message when the first argument isn't a string literal
#730
Labels
enhancement
New feature or request
Playground link
(note, this syntax is incorrect - it should be
println!("{}", x+7);
)However, the error message is highly misleading:
The text was updated successfully, but these errors were encountered: