Fix small TODO in tools/migrate_langref.zig (#21825)

This commit is contained in:
Krzysztof Wolicki 2024-10-28 01:03:33 +01:00 committed by GitHub
parent 6a364b4a5e
commit e9f3d18b57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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});