Function rustc_ast::tokenstream::attrs_and_tokens_to_token_trees

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