mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Upgrade to rustc 1.20.0-nightly (696412de7 2017-07-06)
This commit is contained in:
parent
eec51cdd57
commit
665e9203a1
3 changed files with 13 additions and 10 deletions
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue