Skip to content

Commit 179d14e

Browse files
committed
blessings the second
1 parent 5946b06 commit 179d14e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

tests/run-make/rustc-help/help-v.diff

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -65,10 +65,31 @@
1+
@@ -65,10 +65,34 @@
22
Set a codegen option
33
-V, --version Print version info and exit
44
-v, --verbose Use verbose output
@@ -24,6 +24,8 @@
2424
+ --remap-path-scope <macro,diagnostics,debuginfo,coverage,object,all>
2525
+ Defines which scopes of paths should be remapped by
2626
+ `--remap-path-prefix`
27+
+ --env-set <VAR>=<VALUE>
28+
+ Inject an environment variable
2729
+ @path Read newline separated options from `path`
2830

2931
Additional help:

tests/run-make/rustc-help/help-v.stdout

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Options:
8787
--remap-path-scope <macro,diagnostics,debuginfo,coverage,object,all>
8888
Defines which scopes of paths should be remapped by
8989
`--remap-path-prefix`
90+
--env-set <VAR>=<VALUE>
91+
Inject an environment variable
9092
@path Read newline separated options from `path`
9193

9294
Additional help:

0 commit comments

Comments
 (0)