Skip to content

Commit 5865673

Browse files
authored
Merge pull request #502 from jethrogb/patch-1
Update conditional-compilation.md
2 parents ad55f9f + 78c3e09 commit 5865673

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/conditional-compilation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,18 @@ Possible values:
163163
* `"16"`
164164
* `"32"`
165165
* `"64"`
166+
* `"128"`
166167
* `"ptr"`
167168

168169
### `target_vendor`
169170

170171
Key-value option set once with the vendor of the target.
171172

172-
Possible values:
173+
Example values:
173174

174175
* `"apple"`
175176
* `"pc"`
177+
* `"sgx"`
176178
* `"unknown"`
177179

178180
### `test`
@@ -307,4 +309,4 @@ println!("I'm running on a {} machine!", machine_kind);
307309
[crate type]: linkage.html
308310
[expressions]: expressions.html
309311
[items]: items.html
310-
[metaitem]: attributes.html
312+
[metaitem]: attributes.html

0 commit comments

Comments
 (0)