Skip to content

Commit 17c1d0c

Browse files
committed
Rollup merge of #27935 - mbrubeck:cfg-test, r=steveklabnik
r? @steveklabnik
2 parents 1b13032 + 59b69d4 commit 17c1d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,6 +2073,7 @@ The following configurations must be defined by the implementation:
20732073
* `target_pointer_width = "..."`. Target pointer width in bits. This is set
20742074
to `"32"` for targets with 32-bit pointers, and likewise set to `"64"` for
20752075
64-bit pointers.
2076+
* `test`. Enabled when compiling the test harness (using the `--test` flag).
20762077
* `unix`. See `target_family`.
20772078
* `windows`. See `target_family`.
20782079

0 commit comments

Comments
 (0)