mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 04:48:01 +00:00
11 lines
156 B
Rust
11 lines
156 B
Rust
#![feature(test, proc_macro)]
|
|
|
|
#[macro_use]
|
|
extern crate serde_derive;
|
|
|
|
extern crate test;
|
|
|
|
include!("../../testing/tests/test.rs.in");
|
|
|
|
mod compile_tests;
|