Upgrade to rustc 1.20.0-nightly (696412de7 2017-07-06)

This commit is contained in:
Simon Sapin 2017-07-07 15:28:22 +02:00
parent eec51cdd57
commit 665e9203a1
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)]