We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
target-cpu=help Selects a target processor. If the value is 'help', then a list of available CPUs is printed.
$ rustc -C target-cpu=help error: no input filename given
It works if file compiles and manages to reach trans, though.