Home
last modified time | relevance | path

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

/external/rust/crates/remain/src/
Dcheck.rs12 Enum(item) => collect_paths(&mut item.variants)?, in sorted()
13 Struct(item) => collect_paths(&mut item.fields)?, in sorted()
14 Match(expr) | Let(expr) => collect_paths(&mut expr.arms)?, in sorted()
47 fn collect_paths<'a, I, P>(iter: I) -> Result<Vec<Path>> in collect_paths() function