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