Update Rust to 1.12.0-nightly (545a3a94f 2016-08-04)

This commit is contained in:
Anthony Ramine 2016-08-03 16:40:51 +02:00
parent 1086df67e0
commit f88302ebf3
6 changed files with 7 additions and 9 deletions

View file

@ -4,7 +4,6 @@
#![cfg_attr(not(target_os = "windows"), feature(alloc_jemalloc))]
#![feature(box_syntax)]
#![feature(iter_arith)]
#![feature(plugin)]
#![plugin(plugins)]
#![feature(custom_derive)]