We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This produces only spaces and does not terminate.
fn main() { println!("{:2}", "☃") }
Output (lots of spaces)
☃ ^C
I guess that the counting of the padding is incorrect when dealing double with unicode characters.
I run OSX 10.10 Beta x86_64