Split up test suite so it compiles in parallel

This commit is contained in:
David Tolnay
2017-02-24 15:32:13 -08:00
parent 59ec931d8f
commit 75e6da02d3
9 changed files with 32 additions and 31 deletions
+5
View File
@@ -2,6 +2,11 @@
// successfully when there are a variety of generics and non-(de)serializable
// types involved.
#![cfg_attr(feature = "unstable-testing", feature(non_ascii_idents))]
#[macro_use]
extern crate serde_derive;
extern crate serde;
use self::serde::ser::{Serialize, Serializer};
use self::serde::de::{Deserialize, Deserializer};