Function rustc_middle::lint::is_from_async_await
source · pub fn is_from_async_await(span: Span) -> bool
Expand description
Return whether span
is generated by async
or await
.
pub fn is_from_async_await(span: Span) -> bool
Return whether span
is generated by async
or await
.