diff options
author | Alice Ryhl <[email protected]> | 2023-07-06 09:46:15 +0000 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2023-08-04 17:10:50 +0200 |
commit | 1d24eb2d536ba27ef938a6563ac8bfb49c738cc1 (patch) | |
tree | 9c21eb588dab663965502755879da2c8e086bf32 /lib | |
parent | b3d8aa84bbfe9b58ccc5332cacf8ea17200af310 (diff) |
rust: delete `ForeignOwnable::borrow_mut`
We discovered that the current design of `borrow_mut` is problematic.
This patch removes it until a better solution can be found.
Specifically, the current design gives you access to a `&mut T`, which
lets you change where the `ForeignOwnable` points (e.g., with
`core::mem::swap`). No upcoming user of this API intended to make that
possible, making all of them unsound.
Signed-off-by: Alice Ryhl <[email protected]>
Reviewed-by: Gary Guo <[email protected]>
Reviewed-by: Benno Lossin <[email protected]>
Reviewed-by: Martin Rodriguez Reboredo <[email protected]>
Fixes: 0fc4424d24a2 ("rust: types: introduce `ForeignOwnable`")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions