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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ It currently implements:
18
18
- HIR constructor signatures derived from declared type fields
19
19
- HIR call-site facts with resolved builtin, user function, constructor, enum variant, and unknown callees
20
20
- HIR body binding facts for parameters, managed lets, local lets, and best-effort initial value types
21
+
- HIR field-access facts with resolved base type, field type, and handle status where known
21
22
- AST-driven mode and call checks for local-only features, named arguments, data effects, and retaining APIs
22
23
- AST-driven body checks for local moves, early-exit-aware `fresh` returns, resource escape, resolved handle-field `take`, and managed closure captures
23
24
- Focused check modules for mode, calls, body semantics, and forbidden operator behavior
0 commit comments