``` $ 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...
I'm not sure this is supposed to happen, but maybe it's prettier this way...