-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand println section #495
Comments
I agree that more chapters could be added in the "Formatted print" section. |
reddit thread highlighting confusion usage of |
Added |
#196 is very similar to this issue but has different suggestions |
It might be helpful to add a small paragraph about (ref rust-lang/rust#23818) |
Looks like there's only one checkbox left; I'd be more than happy to mentor anyone who wants to work on this! |
@steveklabnik Looks like this one is also complete thanks to @vishalsodani 😄 |
🎊 |
The
println!
section should be expanded to include:print!
println!
format!
{}
vs{:?}
{:b}
and other formatting parameters{}
work for vectors and generic containers?{:#?}
RFC 640@crumblingstatue Note anything else that should be added. I'll add it to the list.
The text was updated successfully, but these errors were encountered: