diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-24 09:47:58 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-24 09:47:58 +0530 |
| commit | cda00831e39806a4d0ff1e1b2fcaf7fda9d2cfd2 (patch) | |
| tree | 5452e7972d9a74886fbd0f0c213570fb44809b9e /src/doc/reference.md | |
| parent | be260316725f55ad0e4236204b8ec2d6a7792272 (diff) | |
| parent | 58b3b8bcfa0546cf571906df48185b7bfcf249b9 (diff) | |
| download | rust-cda00831e39806a4d0ff1e1b2fcaf7fda9d2cfd2.tar.gz rust-cda00831e39806a4d0ff1e1b2fcaf7fda9d2cfd2.zip | |
Rollup merge of #24734 - vadimcn:patch-1, r=alexcrichton
'win32' -> 'windows', added 'ios'
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index af6db58c7e0..b74f1ff2139 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -2146,7 +2146,7 @@ The following configurations must be defined by the implementation: `"unix"` or `"windows"`. The value of this configuration option is defined as a configuration itself, like `unix` or `windows`. * `target_os = "..."`. Operating system of the target, examples include - `"win32"`, `"macos"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"`, + `"windows"`, `"macos"`, `"ios"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"`, `"bitrig"` or `"openbsd"`. * `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 |
