Initial support for syntex

This commit is contained in:
Erick Tryzelaar
2015-05-17 23:26:04 -07:00
parent 3d0efd123f
commit ff8c3b3d51
12 changed files with 161 additions and 23 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
#![feature(custom_attribute, custom_derive, plugin, test)]
#![plugin(serde_macros)]
#![feature(test)]
extern crate serde;
extern crate test;
include!("test.rs.in");
include!(concat!(env!("OUT_DIR"), "/test.rs"));