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
owning_ref seems unsound and unmaintained: Kimundi/owning-ref-rs#77. There might be a maintained solution, or it might simply be possible (without having looked at the code) to shuttle around the value and its reference separately in an unergonomic way.
In a review of
unsafe
code at Google, the suggestion to useowning_ref
(https://docs.rs/owning_ref/latest/owning_ref/) came up. We should look into that.The text was updated successfully, but these errors were encountered: