We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{:.*}
See IRC discussion starting from https://botbot.me/mozilla/rust/2015-03-01/?msg=33094439&page=16
tl;dr;
It might be that some kind of explanation similar to https://botbot.me/mozilla/rust/msg/33094764/ is required; as well as at least few examples, such as https://botbot.me/mozilla/rust/msg/33094776/, as well as this https://botbot.me/mozilla/rust/msg/33094947/
I 'm afraid I didn't completely grok examples featuring $ from the IRC conversation, but I think they should be explained as well.
$
The text was updated successfully, but these errors were encountered:
Another documentation problem in fmt: How is width defined for unicode strings?
Current behavior: println!("a{:5}b", "n͈̰̎") outputs an͈̰̎ b
println!("a{:5}b", "n͈̰̎")
an͈̰̎ b
Sorry, something went wrong.
Related to #22646
Document {:.*}
db860c7
Fixes rust-lang#22927
8a8b2ce
No branches or pull requests
See IRC discussion starting from https://botbot.me/mozilla/rust/2015-03-01/?msg=33094439&page=16
tl;dr;
{:.*}
syntax without proper explanation what it is.It might be that some kind of explanation similar to https://botbot.me/mozilla/rust/msg/33094764/ is required; as well as at least few examples, such as https://botbot.me/mozilla/rust/msg/33094776/, as well as this https://botbot.me/mozilla/rust/msg/33094947/
I 'm afraid I didn't completely grok examples featuring
$
from the IRC conversation, but I think they should be explained as well.The text was updated successfully, but these errors were encountered: