We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533a8ec commit e40393aCopy full SHA for e40393a
src/tests/headers.md
@@ -74,6 +74,7 @@ found in [`header.rs`] from the compiletest source.
74
* [Environment variable headers](#environment-variable-headers)
75
* `rustc-env`
76
* `exec-env`
77
+ * `unset-exec-env`
78
* `unset-rustc-env`
79
* [Miscellaneous headers](#miscellaneous-headers)
80
* `compile-flags` — adds compiler flags
@@ -179,6 +180,8 @@ The following headers affect environment variables.
179
180
form `KEY=VALUE`.
181
* `exec-env` is an environment variable to set when executing a test of the
182
183
+* `unset-exec-env` specifies an environment variable to unset when executing a
184
+ test.
185
* `unset-rustc-env` specifies an environment variable to unset when running
186
`rustc`.
187
0 commit comments