``` $ 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...