Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.

This commit is contained in:
Ms2ger 2015-06-25 09:45:09 +02:00
parent 57cc84b293
commit 73a7e92bfd
22 changed files with 232 additions and 132 deletions

View file

@ -3,13 +3,18 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(alloc)]
#![feature(arc_weak)]
#![feature(box_raw)]
#![feature(box_syntax)]
#![feature(collections)]
#![feature(core)]
#![feature(plugin, custom_attribute)]
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(std_misc)]
#![feature(float_consts)]
#![feature(hashmap_hasher)]
#![feature(heap_api)]
#![feature(iter_cmp)]
#![feature(plugin)]
#![feature(str_char)]
#![feature(vec_push_all)]
#![plugin(plugins)]