Function ra_ap_mbe::syntax_node_to_token_tree_censored[][src]

pub fn syntax_node_to_token_tree_censored(
    node: &SyntaxNode,
    censor: &FxHashSet<SyntaxNode>
) -> (Subtree, TokenMap)
Expand description

Convert the syntax node to a TokenTree (what macro will consume) with the censored range excluded.