Searched refs:parse_quote_spanned (Results 1 – 4 of 4) sorted by relevance
15 macro_rules! parse_quote_spanned { macro197 .push(parse_quote_spanned!(span=> #param: 'async_trait)); in transform_sig()204 .push(parse_quote_spanned!(span=> #param: 'async_trait)); in transform_sig()221 .push(parse_quote_spanned!(elided.span()=> #elided: 'async_trait)); in transform_sig()226 .push(parse_quote_spanned!(default_span=> 'async_trait)); in transform_sig()256 parse_quote_spanned!(bound_span=> Self: 'async_trait) in transform_sig()258 parse_quote_spanned!(bound_span=> Self: ::core::marker::#bound + 'async_trait) in transform_sig()287 sig.output = parse_quote_spanned! {ret_span=> in transform_sig()
27 macro_rules! parse_quote_spanned { macro90 parse_quote_spanned!(token.pub_token.span => pub(crate)) in determine_visibility()
193 *path = parse_quote_spanned! { path.span() => in expand_impl()
677 proj_generics.make_where_clause().predicates.push(parse_quote_spanned! { span => in make_unpin_impl()