Skip to content

Commit

Permalink
Update conditional-compilation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrogb authored Jan 9, 2019
1 parent ad55f9f commit 78c3e09
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,18 @@ Possible values:
* `"16"`
* `"32"`
* `"64"`
* `"128"`
* `"ptr"`

### `target_vendor`

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

Possible values:
Example values:

* `"apple"`
* `"pc"`
* `"sgx"`
* `"unknown"`

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

0 comments on commit 78c3e09

Please sign in to comment.