1
Fork 0

Rollup merge of #28682 - apasel422:features, r=steveklabnik

This commit is contained in:
Manish Goregaokar 2015-09-27 15:05:18 +05:30
commit 30b43c1b12
6 changed files with 2 additions and 16 deletions

View file

@ -249,8 +249,8 @@
#![feature(wrapping)]
#![feature(zero_one)]
#![cfg_attr(windows, feature(str_utf16))]
#![cfg_attr(test, feature(float_from_str_radix, range_inclusive, float_extras, hash_default))]
#![cfg_attr(test, feature(test, rustc_private, float_consts))]
#![cfg_attr(test, feature(float_from_str_radix, range_inclusive, float_extras))]
#![cfg_attr(test, feature(test, rustc_private))]
#![cfg_attr(target_env = "msvc", feature(link_args))]
// Don't link to std. We are std.