Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Polonius #1

Open
4 tasks
DieracDelta opened this issue Jun 7, 2024 · 0 comments
Open
4 tasks

Investigate Polonius #1

DieracDelta opened this issue Jun 7, 2024 · 0 comments

Comments

@DieracDelta
Copy link
Collaborator

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant