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
All of the std::raw structs, which wrap raw pointers, are Copy since they contain only Copy data. So you should be able to copy the data just by referring to it.
Are you using TraitObject in a context that has an explicit Clone bound?
I ran into this today. Seems like maybe it should.
cc @aturon
The text was updated successfully, but these errors were encountered: