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
traitLeak<'a>{}implLeak<'_>forBox<u32>{}implLeak<'static>forBox<u16>{}fnimpl_trait<T:for<'a>Leak<'a>>(){}fnmain(){impl_trait::<Box<_>>();//~^ ERROR type annotations needed}
This needs investigation. The old and new solvers share the same leak-check logic. They shouldn't behave differently.