about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-08-22 19:15:44 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-08-22 19:15:44 -0400
commit17c1d0ce04f4626f33be421b10de9268f12e4548 (patch)
treed22902fbe3fad5387fa78934cc38beeecdfa2b98 /src
parent1b130326b0eefa177a26bf749997533307227d57 (diff)
parent59b69d4ae71109e561454692325d92494d56a1c0 (diff)
downloadrust-17c1d0ce04f4626f33be421b10de9268f12e4548.tar.gz
rust-17c1d0ce04f4626f33be421b10de9268f12e4548.zip
Rollup merge of #27935 - mbrubeck:cfg-test, r=steveklabnik
r? @steveklabnik
Diffstat (limited to 'src')
-rw-r--r--src/doc/reference.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index b4dec8f1fef..284fcf6aed0 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -2073,6 +2073,7 @@ The following configurations must be defined by the implementation:
 * `target_pointer_width = "..."`. Target pointer width in bits. This is set
   to `"32"` for targets with 32-bit pointers, and likewise set to `"64"` for
   64-bit pointers.
+* `test`. Enabled when compiling the test harness (using the `--test` flag).
 * `unix`. See `target_family`.
 * `windows`. See `target_family`.