rustc_ast::tokenstream

Function attrs_and_tokens_to_token_trees

source
fn attrs_and_tokens_to_token_trees(
    attrs: &[Attribute],
    target_tokens: &LazyAttrTokenStream,
    res: &mut Vec<TokenTree>,
)