Home
last modified time | relevance | path

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

/linux/rust/proc-macro2/
H A Dwrapper.rs163 fn into_compiler_token(token: TokenTree) -> proc_macro::TokenTree { in into_compiler_token() function
184 into_compiler_token(token), in from()
196 trees.into_iter().map(into_compiler_token).collect(), in from_iter()
234 tts.extra.push(into_compiler_token(token)); in extend()