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
We currently only check for object safety when coercing a concrete object to a trait object. We should prevent the programmer writing object types which are not object safe.