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.
7474* [ Environment variable headers] ( #environment-variable-headers )
7575 * ` rustc-env `
7676 * ` exec-env `
77+ * ` unset-exec-env `
7778 * ` unset-rustc-env `
7879* [ Miscellaneous headers] ( #miscellaneous-headers )
7980 * ` compile-flags ` — adds compiler flags
@@ -179,6 +180,8 @@ The following headers affect environment variables.
179180 form ` KEY=VALUE ` .
180181* ` exec-env ` is an environment variable to set when executing a test of the
181182 form ` KEY=VALUE ` .
183+ * ` unset-exec-env ` specifies an environment variable to unset when executing a
184+ test.
182185* ` unset-rustc-env ` specifies an environment variable to unset when running
183186 ` rustc ` .
184187
You can’t perform that action at this time.
0 commit comments