File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ system:
21
21
* ` RUSTC ` — Instead of running ` rustc ` , Cargo will execute this specified
22
22
compiler instead. See [ ` build.rustc ` ] to set via config.
23
23
* ` RUSTC_WRAPPER ` — Instead of simply running ` rustc ` , Cargo will execute this
24
- specified wrapper instead, passing as its commandline arguments the rustc
24
+ specified wrapper instead, passing as its command-line arguments the rustc
25
25
invocation, with the first argument being ` rustc ` . Useful to set up a build
26
26
cache tool such as ` sccache ` . See [ ` build.rustc-wrapper ` ] to set via config.
27
27
* ` RUSTC_WORKSPACE_WRAPPER ` — Instead of simply running ` rustc ` , Cargo will
28
28
execute this specified wrapper instead for workspace members only, passing
29
- as its commandline arguments the rustc invocation, with the first argument
29
+ as its command-line arguments the rustc invocation, with the first argument
30
30
being ` rustc ` . It affects the filename hash so that artifacts produced by
31
31
the wrapper are cached separately. See [ ` build.rustc-workspace-wrapper ` ]
32
32
to set via config.
You can’t perform that action at this time.
0 commit comments