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.
rustc -v
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