Skip to content

add cfg(target_env) to the reference #27883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2015
Merged

Conversation

steveklabnik
Copy link
Member

Fixes #27587

@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@@ -2059,6 +2059,11 @@ The following configurations must be defined by the implementation:
`"mips"`, `"powerpc"`, `"arm"`, or `"aarch64"`.
* `target_endian = "..."`. Endianness of the target CPU, either `"little"` or
`"big"`.
* `target_env` - an option provided by the compiler by default describing the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this use the same target_env = "..." syntax like above?

@alexcrichton
Copy link
Member

r=me with one small nit

@steveklabnik
Copy link
Member Author

@bors: r=alexcrichton rollup

@bors
Copy link
Collaborator

bors commented Aug 18, 2015

📌 Commit 288edec has been approved by alexcrichton

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Aug 18, 2015
bors added a commit that referenced this pull request Aug 18, 2015
@bors bors merged commit 288edec into rust-lang:master Aug 18, 2015
@steveklabnik steveklabnik deleted the gh27587 branch June 19, 2016 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants