Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Ditem.rs1409 let mut has_any_crate_root_in_path = false; in parse_use_tree() localVariable
1416 has_any_crate_root_in_path |= this_tree_starts_with_crate_root; in parse_use_tree()
1421 Some(tree) if !has_any_crate_root_in_path => items.push_value(tree), in parse_use_tree()
1422 _ => has_any_crate_root_in_path = true, in parse_use_tree()
1428 if !has_any_crate_root_in_path { in parse_use_tree()
1432 if has_any_crate_root_in_path { in parse_use_tree()