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