Searched refs:RUSTC_VV_CMD_ARGS (Results 1 – 1 of 1) sorted by relevance
117 RUSTC_VV_CMD_ARGS = re.compile('^ *Running `.*CARGO_.*=.* rustc (.*)`$') variable1342 if RUSTC_VV_CMD_ARGS.match(new_rustc):1343 args = RUSTC_VV_CMD_ARGS.match(new_rustc).group(1)