This commit is contained in:
allexanderbergmns
2026-08-25 18:03:03 +02:00
parent 3e1e9bd08a
commit 68b3a3673c
15 changed files with 402 additions and 8 deletions
+1
View File
@@ -68,6 +68,7 @@ pub enum StmtKind {
assert_stmt
try_stmt
throw_stmt
defer_stmt
}
// MatchArm is a single `value { body }` arm of a match statement.