Skip to content

Commit 6402207

Browse files
committed
increase reflects eval branch quota
1 parent 5013ca7 commit 6402207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reflect.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ pub const Func = struct {
489489
kind: FuncKind,
490490

491491
fn lookupTypes(comptime self: *Func, comptime structs: []const Struct) Error!void {
492+
@setEvalBranchQuota(100_000_000);
492493
// copy args
493494
var args: [self.args.len]Type = undefined;
494495
inline for (self.args, 0..) |arg, i| {

0 commit comments

Comments
 (0)