Sema: add a note about @setEvalBranchQuota() when branch quota is exceeded

closes #11996
This commit is contained in:
VÖRÖSKŐI András
2022-07-07 19:05:56 +02:00
committed by Veikka Tuominen
parent 0c78ece1c9
commit 75c33ba85e
3 changed files with 18 additions and 2 deletions

View File

@@ -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