generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.
Description
Currently, Stacked Borrows is implemented in the feature branch features/stacked_borrows.
However, to merge it into the main code-base, the following updates are needed:
- We need to add regression tests for and implement the following syntactic constructs:
- Function calls
- Moving pointers
- Copying pointers
- We need to have an extensive suite of regression tests, including
- Tests on the standard library
- Some of MIRI's regression tests
- Complex tests of our own design
And we ought to see if Kani can find aliasing model violations in codebases that MIRI has not yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.