Skip to content

Commit cda0083

Browse files
committed
Rollup merge of rust-lang#24734 - vadimcn:patch-1, r=alexcrichton
'win32' -> 'windows', added 'ios'
2 parents be26031 + 58b3b8b commit cda0083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ The following configurations must be defined by the implementation:
21462146
`"unix"` or `"windows"`. The value of this configuration option is defined
21472147
as a configuration itself, like `unix` or `windows`.
21482148
* `target_os = "..."`. Operating system of the target, examples include
2149-
`"win32"`, `"macos"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"`,
2149+
`"windows"`, `"macos"`, `"ios"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"`,
21502150
`"bitrig"` or `"openbsd"`.
21512151
* `target_pointer_width = "..."`. Target pointer width in bits. This is set
21522152
to `"32"` for targets with 32-bit pointers, and likewise set to `"64"` for

0 commit comments

Comments
 (0)