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
Procedural macros don't give access to full reflection, so I don't think I can support both traits. I think can create a special case for Vec<T: Display> though.
Right now, the workaround is to use a wrapper and implement display for the wrapper.
Hello,
Could it be possible to support the Debug trait as well as the Display trait?
If not, is there a way to
fmt
aVec<T>
?Thanks in advance.
The text was updated successfully, but these errors were encountered: