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
+7
View File
@@ -0,0 +1,7 @@
#![feature(test, custom_attribute, custom_derive, plugin)]
#![plugin(serde_macros)]
extern crate serde;
extern crate test;
include!("../../serde_tests/tests/test.rs.in");