Update to rustc 1.20.0-nightly (f85579d4a 2017-07-12)

This commit is contained in:
Anthony Ramine 2017-07-13 15:20:51 +02:00
parent 9515abbca3
commit 612dbb868d
3 changed files with 13 additions and 10 deletions

View file

@ -3,11 +3,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// For SIMD
#![feature(cfg_target_feature)]
#![cfg_attr(any(target_os = "linux", target_os = "android"), feature(heap_api))]
#![cfg_attr(any(target_os = "linux", target_os = "android"), feature(alloc))]
#![cfg_attr(any(target_os = "linux", target_os = "android"), feature(alloc, allocator_api))]
#![feature(box_syntax)]
#![feature(cfg_target_feature)]
#![feature(range_contains)]
#![feature(unique)]