From ae7d69a5bd5767620c0d48fd81e3fbab18d200de Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 19 Dec 2016 15:47:52 +0100 Subject: [PATCH] msvc has different internals for mutexes and thus fails on a different function --- tests/compile-fail/send-is-not-static-par-for.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compile-fail/send-is-not-static-par-for.rs b/tests/compile-fail/send-is-not-static-par-for.rs index bee05ecd7fae..afb401a919e9 100644 --- a/tests/compile-fail/send-is-not-static-par-for.rs +++ b/tests/compile-fail/send-is-not-static-par-for.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//error-pattern: no mir for `std::panicking::panicking` +//error-pattern: no mir for `std:: use std::sync::Mutex;