File: help-v.diff

package info (click to toggle)
rustc 1.90.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 925,928 kB
  • sloc: xml: 158,148; javascript: 19,781; sh: 19,174; python: 15,732; ansic: 13,096; cpp: 7,181; asm: 4,376; makefile: 697; lisp: 176; sql: 15
file content (30 lines) | stat: -rw-r--r-- 1,475 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@@ -65,10 +65,28 @@
                         Set a codegen option
     -V, --version       Print version info and exit
     -v, --verbose       Use verbose output
+        --extern <NAME>[=<PATH>]
+                        Specify where an external rust library is located
+        --sysroot <PATH>
+                        Override the system root
+        --error-format <human|json|short>
+                        How errors and other messages are produced
+        --json <CONFIG> Configure the JSON output of the compiler
+        --color <auto|always|never>
+                        Configure coloring of output:
+                        * auto = colorize, if output goes to a tty (default);
+                        * always = always colorize output;
+                        * never = never colorize output
+        --diagnostic-width <WIDTH>
+                        Inform rustc of the width of the output so that
+                        diagnostics can be truncated to fit
+        --remap-path-prefix <FROM>=<TO>
+                        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