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: site/src/pages/Language.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -490,7 +490,7 @@ type_expr :=
490
490
Parsing coverage is complete for the language surface described here. The compiler runs tokenization, parsing, semantic passes, preprocessing, and code generation (Zig and C backends) end-to-end.
491
491
</DocCallout>
492
492
<DocCallouttone="warning">
493
-
A small set of semantic features are still open: fall lowering, advanced match diagnostics, generic constraint internals, and lifetime-style memory checks. For exact pass/fail status, see <Linkto="/status">Status</Link> and <codeclassName="doc-inline-code">MISSING_FEATURES.md</code>.
493
+
A small set of semantic features are still open: fall lowering, advanced match diagnostics, true match capture patterns, and lifetime-style memory checks. For exact pass/fail status, see <Linkto="/status">Status</Link> and <codeclassName="doc-inline-code">MISSING_FEATURES.md</code>.
0 commit comments