@@ -65,10 +65,28 @@ Set a codegen option -V, --version Print version info and exit -v, --verbose Use verbose output + --extern [=] + Specify where an external rust library is located + --sysroot + Override the system root + --error-format + How errors and other messages are produced + --json Configure the JSON output of the compiler + --color + Configure coloring of output: + * auto = colorize, if output goes to a tty (default); + * always = always colorize output; + * never = never colorize output + --diagnostic-width + Inform rustc of the width of the output so that + diagnostics can be truncated to fit + --remap-path-prefix = + Remap source names in all output (compiler messages + and output files) + @path Read newline separated options from `path` Additional help: -C help Print codegen options -W help Print 'lint' options and default settings -Z help Print unstable compiler options - --help -v Print the full set of options rustc accepts