Skip to content

Commit

Permalink
Sema: add a note about @setEvalBranchQuota() when branch quota is exc…
Browse files Browse the repository at this point in the history
…eeded

closes ziglang#11996
  • Loading branch information
voroskoi authored and Vexu committed Jul 7, 2022
1 parent de00c3c commit e2d7e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recursive_inline_function.1.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ inline fn fibonacci(n: usize) usize {
// error
//
// :11:21: error: evaluation exceeded 1000 backwards branches
// :11:21: note: use @setEvalBranchQuota() to raise the branch limit from 1000
// :11:40: note: called from here (6 times)
// :11:21: note: called from here (495 times)
// :5:24: note: called from here

0 comments on commit e2d7e3b

Please sign in to comment.