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
We'd like to model a subset of borrow rules for Rust. Candidates for determining what that logic should look like could come from either the Rust source (polonius) or Stack/Tree borrows. I considered the ferrocene spec, but their borrow checking section is incomplete.
Questions to answer:
How are *mut pointers modeled? What rules are used?
How are *const pointers modeled? What rules are used?
What is the minimum set of behavior/rules can use to model *mut* and *const*
Can we mesh these rules with the region-based approach taken by oxide?
The text was updated successfully, but these errors were encountered:
We'd like to model a subset of borrow rules for Rust. Candidates for determining what that logic should look like could come from either the Rust source (polonius) or Stack/Tree borrows. I considered the ferrocene spec, but their borrow checking section is incomplete.
Questions to answer:
*mut
pointers modeled? What rules are used?*const
pointers modeled? What rules are used?*mut*
and*const*
The text was updated successfully, but these errors were encountered: