Searched refs:rustc_line (Results 1 – 1 of 1) sorted by relevance
1418 def rustc_command(self, n, rustc_line, line, outf_name): argument1423 new_rustc = (rustc_line.strip() + line) if rustc_line else line1457 rustc_line = '' # previous line(s) matching RUSTC_VV_PAT1462 rustc_line = self.assert_empty_vv_line(rustc_line)1468 self.assert_empty_vv_line(rustc_line)1469 elif rustc_line or RUSTC_VV_PAT.match(line):1470 new_rustc = self.rustc_command(n, rustc_line, line, outf_name)1474 self.assert_empty_vv_line(rustc_line)1482 rustc_line = new_rustc