Skip to content

Commit

Permalink
[rebase] Add feature(cfg_target_env)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 24, 2015
1 parent e1510de commit fe31352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/liballoc/lib.rs
Expand Up @@ -80,6 +80,7 @@
#![feature(unsafe_no_drop_flag, filling_drop)]
#![feature(core)]
#![feature(unique)]
#![feature(cfg_target_env)]
#![cfg_attr(test, feature(test, alloc, rustc_private))]
#![cfg_attr(all(not(feature = "external_funcs"), not(feature = "external_crate")),
feature(libc))]
Expand Down
1 change: 1 addition & 0 deletions src/liblibc/lib.rs
Expand Up @@ -14,6 +14,7 @@
#![crate_type = "rlib"]
#![cfg_attr(not(feature = "cargo-build"), unstable(feature = "libc"))]
#![cfg_attr(not(feature = "cargo-build"), feature(staged_api, core, no_std))]
#![cfg_attr(not(feature = "cargo-build"), feature(cfg_target_env))]
#![cfg_attr(not(feature = "cargo-build"), staged_api)]
#![cfg_attr(not(feature = "cargo-build"), no_std)]
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
Expand Down
1 change: 1 addition & 0 deletions src/libstd/lib.rs
Expand Up @@ -129,6 +129,7 @@
#![feature(slice_patterns)]
#![feature(debug_builders)]
#![feature(zero_one)]
#![feature(cfg_target_env)]
#![cfg_attr(test, feature(float_from_str_radix))]
#![cfg_attr(test, feature(test, rustc_private, std_misc))]

Expand Down

0 comments on commit fe31352

Please sign in to comment.