Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/rust/macros/
H A Dquote.rs39 /// [`quote_spanned!`](https://docs.rs/quote/latest/quote/macro.quote_spanned.html) macro from the
41 macro_rules! quote_spanned { macros
48 quote_spanned!(@proc tokens span $($tt)*);
57 quote_spanned!(@proc $v $span $($tt)*);
65 quote_spanned!(@proc $v $span $($tt)*);
69 quote_spanned!(@proc tokens $span $($inner)*);
74 quote_spanned!(@proc $v $span $($tt)*);
78 quote_spanned!(@proc tokens $span $($inner)*);
83 quote_spanned!(
[all...]

Completed in 1 milliseconds