Home
last modified time | relevance | path

Searched refs:try_into_tokens (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/syn/tests/macros/
H A Dmod.rs39 let tokens = crate::macros::TryIntoTokens::try_into_tokens($expr).unwrap();
50 let tokens = crate::macros::TryIntoTokens::try_into_tokens($($expr)*).unwrap();
78 fn try_into_tokens(self) -> Result<proc_macro2::TokenStream>; in try_into_tokens() functions
82 fn try_into_tokens(self) -> Result<proc_macro2::TokenStream> { in try_into_tokens() functions
89 fn try_into_tokens(self) -> Result<proc_macro2::TokenStream> { in try_into_tokens() functions

Completed in 1 milliseconds