mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
upgrade zig
This commit is contained in:
@@ -403,7 +403,7 @@ pub fn eqlComptimeIgnoreLen(self: string, comptime alt: anytype) bool {
|
||||
return eqlComptimeCheckLenWithType(u8, self, alt, false);
|
||||
}
|
||||
|
||||
inline fn eqlComptimeCheckLenWithType(comptime Type: type, a: []const Type, comptime b: anytype, comptime check_len: bool) bool {
|
||||
pub inline fn eqlComptimeCheckLenWithType(comptime Type: type, a: []const Type, comptime b: anytype, comptime check_len: bool) bool {
|
||||
@setEvalBranchQuota(9999);
|
||||
if (comptime check_len) {
|
||||
if (comptime b.len == 0) {
|
||||
|
||||
Reference in New Issue
Block a user