Skip to content

Commit

Permalink
Merge pull request #502 from jethrogb/patch-1
Browse files Browse the repository at this point in the history
Update conditional-compilation.md
  • Loading branch information
Havvy authored Jan 9, 2019
2 parents ad55f9f + 78c3e09 commit 5865673
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 5865673

Please sign in to comment.