mirror of
https://github.com/ziglang/zig.git
synced 2024-11-13 23:52:57 +00:00
Fix small TODO in tools/migrate_langref.zig (#21825)
This commit is contained in:
parent
6a364b4a5e
commit
e9f3d18b57
@ -374,7 +374,7 @@ fn walk(arena: Allocator, tokenizer: *Tokenizer, out_dir: std.fs.Dir, w: anytype
|
||||
);
|
||||
}
|
||||
_ = try eatToken(tokenizer, .bracket_close);
|
||||
} else unreachable; // TODO issue #707
|
||||
};
|
||||
|
||||
const basename = try std.fmt.allocPrint(arena, "{s}.zig", .{name});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user