Searched refs:rustc_line (Results 1 – 1 of 1) sorted by relevance
1332 def rustc_command(self, n, rustc_line, line, outf_name): argument1337 new_rustc = (rustc_line.strip() + line) if rustc_line else line1371 rustc_line = '' # previous line(s) matching RUSTC_VV_PAT1376 rustc_line = self.assert_empty_vv_line(rustc_line)1382 self.assert_empty_vv_line(rustc_line)1383 elif rustc_line or RUSTC_VV_PAT.match(line):1384 new_rustc = self.rustc_command(n, rustc_line, line, outf_name)1388 self.assert_empty_vv_line(rustc_line)1395 rustc_line = new_rustc