2015-05-17 23:26:04 -07:00
|
|
|
#![feature(test, custom_attribute, custom_derive, plugin)]
|
|
|
|
#![plugin(serde_macros)]
|
|
|
|
|
2015-12-01 09:03:08 -08:00
|
|
|
extern crate num;
|
2015-05-17 23:26:04 -07:00
|
|
|
extern crate serde;
|
|
|
|
extern crate test;
|
|
|
|
|
|
|
|
include!("../../serde_tests/tests/test.rs.in");
|
2016-01-18 12:39:46 -08:00
|
|
|
|
|
|
|
mod compile_tests;
|