You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the async function definition async fn async_fn<#[cfg(test)] T>(#[cfg(test)] t: T) {, it seems that #[async_trait] attribute macro does not respect the outer attribute #[cfg(test)] in the generic type parameter 'slot', i.e. <#[cfg(test)] T>.