fix: incorrect use of a labeled switch in snippet
This commit is contained in:
parent
288e23e8b0
commit
19751e7fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ pub fn parse(allocator: std.mem.Allocator, snippet: []const u8) Error!Snippet {
|
|||
max_id = @max(id orelse unreachable, max_id);
|
||||
id = null;
|
||||
state = .initial;
|
||||
break :fsm;
|
||||
continue :fsm .initial;
|
||||
},
|
||||
},
|
||||
.placeholder => switch (c) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue