mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 03:38:00 +00:00
9 lines
169 B
Rust
9 lines
169 B
Rust
#![feature(test, custom_attribute, custom_derive, plugin)]
|
|
#![plugin(serde_macros)]
|
|
|
|
extern crate test;
|
|
|
|
include!("../../testing/tests/test.rs.in");
|
|
|
|
mod compile_tests;
|