Home
last modified time | relevance | path

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

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Dmacro_expansion_tests.rs73 let mut show_token_ids = false; in check() localVariable
75 show_token_ids |= comment.to_string().contains("+tokenids"); in check()
77 if !show_token_ids { in check()
131 let mut show_token_ids = false; in check() localVariable
135 show_token_ids |= comment.to_string().contains("+tokenids"); in check()
157 show_token_ids.then(|| &*token_map), in check()
174 if show_token_ids { in check()