Skip to content

Commit

Permalink
Update conditional-compilation.md
Browse files Browse the repository at this point in the history
Made a mistake in rust-lang#502
  • Loading branch information
jethrogb authored Jan 10, 2019
1 parent 5865673 commit 9cab1ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Example values:
* `"gnu"`
* `"msvc"`
* `"musl"`
* `"sgx"`

### `target_endian`

Expand Down Expand Up @@ -173,8 +174,8 @@ Key-value option set once with the vendor of the target.
Example values:

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

### `test`
Expand Down

0 comments on commit 9cab1ee

Please sign in to comment.