File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/doc/rustc-dev-guide/src/tests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ found in [`header.rs`] from the compiletest source.
74
74
* [ Environment variable headers] ( #environment-variable-headers )
75
75
* ` rustc-env `
76
76
* ` exec-env `
77
+ * ` unset-exec-env `
77
78
* ` unset-rustc-env `
78
79
* [ Miscellaneous headers] ( #miscellaneous-headers )
79
80
* ` compile-flags ` — adds compiler flags
@@ -179,6 +180,8 @@ The following headers affect environment variables.
179
180
form ` KEY=VALUE ` .
180
181
* ` exec-env ` is an environment variable to set when executing a test of the
181
182
form ` KEY=VALUE ` .
183
+ * ` unset-exec-env ` specifies an environment variable to unset when executing a
184
+ test.
182
185
* ` unset-rustc-env ` specifies an environment variable to unset when running
183
186
` rustc ` .
184
187
You can’t perform that action at this time.
0 commit comments