If I compile something with `rustc -v`, it doesn't show the linker invocations or anything else: ``` $ echo "fn main() {}" > t.rs $ rustc -v --crate-type bin t.rs $ ls -l t -rwxr-xr-x. 1 jsgf users 2052670 Dec 6 17:15 t ``` <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"yanok"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->