From fb803a857000813e4d572900799f0498fb20050b Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Sat, 6 Dec 2014 11:39:25 -0500 Subject: Require types to opt-in Sync --- src/libtest/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libtest') diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 4b73fe04c85..dc30f973ff7 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -976,6 +976,8 @@ enum TestEvent { pub type MonitorMsg = (TestDesc, TestResult, Vec ); +impl Send for MonitorMsg {} + fn run_tests(opts: &TestOpts, tests: Vec , mut callback: F) -> io::IoResult<()> where -- cgit 1.4.1-3-g733a5