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
ScopedKey only ever deals with references or pointers to T, so the Sized bound is unnecessary. This is required for storing trait objects and other DSTs in a scoped_thread_local!
I'll submit a PR fixing this imminently.
The text was updated successfully, but these errors were encountered:
The associated PR ended up being closed because the OS actually only allows us to store one pointer, so I think that we're going to stick with this for now. We can possibly expand it in the future if necessary.
ScopedKey only ever deals with references or pointers to T, so the Sized bound is unnecessary. This is required for storing trait objects and other DSTs in a
scoped_thread_local!
I'll submit a PR fixing this imminently.
The text was updated successfully, but these errors were encountered: