From e2d7e3bb740cc28f37e1091f4176b446eeeed4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=96R=C3=96SK=C5=90I=20Andr=C3=A1s?= Date: Thu, 7 Jul 2022 19:05:56 +0200 Subject: [PATCH] Sema: add a note about @setEvalBranchQuota() when branch quota is exceeded closes #11996 --- recursive_inline_function.1.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/recursive_inline_function.1.zig b/recursive_inline_function.1.zig index 8ed9bde8e819..0b7dd56d38ee 100644 --- a/recursive_inline_function.1.zig +++ b/recursive_inline_function.1.zig @@ -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