]> git.lizzy.rs Git - rust.git/commitdiff
patch travis failure
authorNiko Matsakis <niko@alum.mit.edu>
Sat, 30 Apr 2016 13:54:48 +0000 (09:54 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Mon, 2 May 2016 15:49:26 +0000 (11:49 -0400)
src/librustc_driver/test.rs

index c6a0e0feff12ab8e154bebb4ae083dd0a31766e5..37f7b31b69cf2a484ef5f75bb03a8acd7ae0740c 100644 (file)
@@ -85,7 +85,8 @@ fn emit_message(&mut self,
                     msg: &str,
                     _: Option<&str>,
                     lvl: Level,
-                    _is_header: bool) {
+                    _is_header: bool,
+                    _show_snippet: bool) {
         remove_message(self, msg, lvl);
     }
 }