mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-16 18:21:02 +00:00
Initial support for syntex
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#![feature(custom_attribute, custom_derive, plugin, test)]
|
||||
#![plugin(serde_macros)]
|
||||
|
||||
extern crate num;
|
||||
extern crate rustc_serialize;
|
||||
extern crate serde;
|
||||
extern crate test;
|
||||
|
||||
include!("../../serde_tests/benches/bench.rs.in");
|
||||
Reference in New Issue
Block a user