fix: increase @setEvalBranchQuota
This commit is contained in:
parent
c44409e52a
commit
7b1fd3a97f
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ fn load_file_types(comptime Namespace: type) []const ListEntry {
|
|||
}
|
||||
var construct_types: [count]ListEntry = undefined;
|
||||
var i = 0;
|
||||
@setEvalBranchQuota(2000);
|
||||
for (info.decls) |decl| {
|
||||
const lang = decl.name;
|
||||
const args = @field(Namespace, lang);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue