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
+4 -5
View File
@@ -1,9 +1,8 @@
#![feature(custom_attribute, custom_derive, plugin, test)]
#![plugin(serde_macros)]
#![feature(test)]
extern crate num;
extern crate rustc_serialize;
extern crate serde;
extern crate test;
mod syntax {
include!("bench.rs.in");
}
include!(concat!(env!("OUT_DIR"), "/bench.rs"));