Home
last modified time | relevance | path

Searched refs:RUSTC_VV_CMD_ARGS (Results 1 – 2 of 2) sorted by relevance

/development/tools/cargo_embargo/src/cargo/
Dcargo_out.rs158 static RUSTC_VV_CMD_ARGS: Lazy<Regex> = in parse() constant
160 if let Some(args) = match1(&RUSTC_VV_CMD_ARGS, &line) { in parse()
/development/scripts/
Dcargo2rulesmk.py97 RUSTC_VV_CMD_ARGS = re.compile("^ *Running `.*CARGO_.*=.* (.*\/)?rustc (.*)`$") variable
1016 if match := RUSTC_VV_CMD_ARGS.match(new_rustc):