Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/tests/repo/
Dmod.rs235 let mut rs_files = BTreeSet::new(); in for_each_rust_file() localVariable
244 rs_files.insert(entry.into_path()); in for_each_rust_file()
253 rs_files.remove(&path.with_extension("rs")); in for_each_rust_file()
263 rs_files.par_iter().map(PathBuf::as_path).for_each(for_each); in for_each_rust_file()