Closed eddyb closed 8 years ago
Odd, are the tests just broken? No failure related to erase_owner
, at least.
Logged #150 . Merging. Thank you for your PR!
@dpc Thanks! You might want to publish a 0.7.1 version which includes this PR, for users of mioco
.
To include https://github.com/Kimundi/owning-ref-rs/commit/87b48117bd71f5e1e111484796e76be6953b27f1, which is needed because of rust-lang/rust#35143. Without that soundness fix, any user of
erase_owner
could miss a lifetime and cause use after free.