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
Right now attempting to do FormatMap<dyn SomeTrait> doesn't work because we need to relax Sized in many places. However, trying to do that then breaks more things, like Eq on Formatter<T>, which need looking at.
Right now attempting to do
FormatMap<dyn SomeTrait>doesn't work because we need to relaxSizedin many places. However, trying to do that then breaks more things, likeEqonFormatter<T>, which need looking at.