-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is ErasablePtr
not implemented for Weak<T>
?
#85
Comments
Worth noting that |
It just escaped me that this was actually properly possible to implement now. I've been dancing on a small rewrite/restructuring of the erasable crate for a while now, probably contributing to missing this. The reason I didn't think about limiting the impl to just |
Rotating back to this: Note that it is fully possible to get the canonical dangling Additionally, please note that the dangling For this reason, while …Actually, this has made me realize that Footnotes
|
The build.rs mentions
But couldn't you add an implementation for a sized T, so one can use
Weak<T>
together withptr_union
?The text was updated successfully, but these errors were encountered: