Some questions I have about partial borrows, but didn't want to sidetrack Destructuring Droppable structs - #61 by Jules-Bertholet.
partial-borrow
crate has been found to be unsound by RustBelt, how does this reflect on partial borrows feature?- In Yoshua Wuyts' latest blog (Further simplifying self-referential types for Rust) self-referential and partial types are mentioned. Are they sufficiently explored to ensure they don't cause unsound behavior?
- From my understanding, it might be possible to prove partial borrows are sound with a different model and/or set of assumptions, correct?