Skip to content

Commit 23b7184

Browse files
committed
patch travis failure
1 parent 9bce81c commit 23b7184

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_driver/test.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ impl CoreEmitter for ExpectErrorEmitter {
8585
msg: &str,
8686
_: Option<&str>,
8787
lvl: Level,
88-
_is_header: bool) {
88+
_is_header: bool,
89+
_show_snippet: bool) {
8990
remove_message(self, msg, lvl);
9091
}
9192
}

0 commit comments

Comments
 (0)