Lines Matching refs:quote
39 /// [`quote_spanned!`](https://docs.rs/quote/latest/quote/macro.quote_spanned.html) macro from the
40 /// `quote` crate but provides only just enough functionality needed by the current `macros` crate.
55 $crate::quote::ToTokens::to_tokens(&$id, &mut ts);
62 $crate::quote::ToTokens::to_tokens(&token, &mut ts);
148 /// This is a similar to the [`quote!`](https://docs.rs/quote/latest/quote/macro.quote.html) macro
149 /// from the `quote` crate but provides only just enough functionality needed by the current
153 macro_rules! quote {