Why is `ErasablePtr` not implemented for `Weak<T>`?
Open
- Dominant language
- Rust
- Stars
- 137
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
The build.rs mentions
> // NB: Requires this impl to cover `T: ?Sized`, which is not the case as of 2020-09-01.
But couldn't you add an implementation for a sized T, so one can use `Weak` together with `ptr_union`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.