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
Note that this means that raw pointers to trait objects carry a non-trivial invariant: "leaking" a raw pointer to a trait object with an invalid vtable into safe code may lead to undefined behavior.
So it seems like a good idea to capture some coding guidelines around this.
The text was updated successfully, but these errors were encountered:
A really cool new feature in 1.86.0!
However, note this portion:
So it seems like a good idea to capture some coding guidelines around this.
The text was updated successfully, but these errors were encountered: