Update to rust HEAD

This commit is contained in:
Erick Tryzelaar
2015-01-07 07:51:59 -08:00
parent b98719a4a0
commit 8715a41158
23 changed files with 295 additions and 255 deletions
+2 -4
View File
@@ -1,14 +1,12 @@
#![feature(macro_rules, phase)]
#![feature(plugin)]
#![crate_type = "dylib"]
#![crate_type = "rlib"]
#![feature(associated_types, old_orphan_check)]
// test harness access
#[cfg(test)]
extern crate test;
#[phase(plugin)]
#[plugin]
extern crate serde_macros;
#[cfg(test)]