This commit is contained in:
Richard Feldman 2025-12-09 18:43:55 -05:00
parent 6ccb613141
commit 5f5169868c
No known key found for this signature in database

View file

@ -6339,6 +6339,7 @@ fn canonicalizePatternOrMalformed(
}
}
/// Converts an AST pattern into a canonical pattern, introducing identifiers into scope.
pub fn canonicalizePattern(
self: *Self,
ast_pattern_idx: AST.Pattern.Idx,