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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ It currently implements:
25
25
- Per-function HIR body views that group bindings, calls, fields, effects, and returns
26
26
- AST-driven mode and call checks for local-only features, named arguments, data effects, and retaining APIs
27
27
- AST-driven body checks for local moves, early-exit-aware `fresh` returns, resource escape, resolved handle-field `take`, and managed closure captures
28
-
- Local ownership, resource-retain escape, and handle-field `take` checks now index binding types, field accesses, and move/retain events from resolved HIR body trees
28
+
- Local ownership, `fresh` return, resource-retain escape, and handle-field `take` checks now index binding types, return proofs, field accesses, and move/retain events from resolved HIR body trees
29
29
- Focused check modules for mode, calls, body semantics, and forbidden operator behavior
30
30
- Fixture-based pass/fail scenario tests under `tests/fixtures`
0 commit comments