Home
last modified time | relevance | path

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

/external/rust/crates/async-trait/src/
Dexpand.rs15 macro_rules! parse_quote_spanned { macro
197 .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()
/external/rust/crates/pin-project-internal/src/
Dutils.rs27 macro_rules! parse_quote_spanned { macro
90 parse_quote_spanned!(token.pub_token.span => pub(crate)) in determine_visibility()
Dpinned_drop.rs193 *path = parse_quote_spanned! { path.span() => in expand_impl()
/external/rust/crates/pin-project-internal/src/pin_project/
Dderive.rs677 proj_generics.make_where_clause().predicates.push(parse_quote_spanned! { span => in make_unpin_impl()