From 64e0819fc2681be7d3f0e61f8b0f61eca67ad3fb Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Sat, 30 Apr 2016 09:54:48 -0400 Subject: [PATCH] patch travis failure --- src/librustc_driver/test.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/librustc_driver/test.rs b/src/librustc_driver/test.rs index c6a0e0feff1..37f7b31b69c 100644 --- a/src/librustc_driver/test.rs +++ b/src/librustc_driver/test.rs @@ -85,7 +85,8 @@ impl CoreEmitter for ExpectErrorEmitter { msg: &str, _: Option<&str>, lvl: Level, - _is_header: bool) { + _is_header: bool, + _show_snippet: bool) { remove_message(self, msg, lvl); } }