Suggest correct println
call
#51585
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
When trying to write
println!(x);
, suggestprintln!("{}", x);
.https://users.rust-lang.org/t/wtf-is-this-problem/18045
The text was updated successfully, but these errors were encountered: