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.
The text was updated successfully, but these errors were encountered:
Right now attempting to do
FormatMap<dyn SomeTrait>
doesn't work because we need to relaxSized
in many places. However, trying to do that then breaks more things, likeEq
onFormatter<T>
, which need looking at.The text was updated successfully, but these errors were encountered: