Home
last modified time | relevance | path

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

/development/tools/cargo_embargo/src/cargo/
Dcargo_out.rs105 fn match1(regex: &Regex, s: &str) -> Option<String> { in match1() function
134 if let Some(args) = match1(&RUSTC_REGEX, line) { in parse()
160 if let Some(args) = match1(&RUSTC_VV_CMD_ARGS, &line) { in parse()
183 if let Some(fpath) = match1(&WARNING_FILE_REGEX, line) { in parse()