We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ echo '/** foo */ /* bar */ fn f() {}' | rustc - --pretty /* bar */ /** foo */ fn f() { }
I'm not sure this is supposed to happen, but maybe it's prettier this way...