Fixes #5202
@@ -118,7 +118,11 @@ fn _define_func(
}.instrument(_span)
)
} else {
quote!(#body)
quote!(
async move {
#body
}
};
(
The note is not visible to the blocked user.