Searched refs:REGEX (Results 1 – 1 of 1) sorted by relevance
280 static REGEX: Lazy<Regex> = Lazy::new(|| { in from_rustc_invocation() constant284 let Some(lib_name) = REGEX.captures(filename).and_then(|x| x.get(1)) else { in from_rustc_invocation()