f619316470
Lower match to if-else for literals, ranges, enum tags, and wildcards. Fix bootstrap literal arms that always matched; port real arm AST/parser and Lcx_LowerMatch to selfhost with last-expression return. Expand pattern_matching example and add parse/use-after-move/double-mut golden diagnostics. Selfhost-loop remains binary-identical.
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
error: parse errors in FILE
|
|
error: expected expression
|
|
--> FILE:2:13
|
|
|
|
|
2 | let x = ;
|
|
| ^
|
|
= help: the previous statement may be incomplete (missing value or ';')
|