diff options
| author | VÖRÖSKŐI András <voroskoi@gmail.com> | 2022-07-07 19:05:56 +0200 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2022-07-08 02:13:33 +0300 |
| commit | 75c33ba85e47eec9f7257cfb972a54b22a5283eb (patch) | |
| tree | 521fbfb604ee9ba9e258cfaa182f755962069099 /test/cases/recursive_inline_function.1.zig | |
| parent | 0c78ece1c95164f4a321f5705b20896415336d02 (diff) | |
| download | zig-75c33ba85e47eec9f7257cfb972a54b22a5283eb.tar.gz zig-75c33ba85e47eec9f7257cfb972a54b22a5283eb.zip | |
Sema: add a note about @setEvalBranchQuota() when branch quota is exceeded
closes #11996
Diffstat (limited to 'test/cases/recursive_inline_function.1.zig')
| -rw-r--r-- | test/cases/recursive_inline_function.1.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cases/recursive_inline_function.1.zig b/test/cases/recursive_inline_function.1.zig index 8ed9bde8e8..0b7dd56d38 100644 --- a/test/cases/recursive_inline_function.1.zig +++ b/test/cases/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 |
