Searched refs:RUSTC_PAT (Results 1 – 1 of 1) sorted by relevance
113 RUSTC_PAT = re.compile('^ +Running `rustc (.*)`$') variable1465 if RUSTC_PAT.match(line):1466 args_line = RUSTC_PAT.match(line).group(1)