mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 11:13:08 +00:00
langref: Update setEvalBranchQuota prototype
This commit is contained in:
parent
2f4f7ace7a
commit
3f0a4ffbf4
@ -7988,7 +7988,7 @@ test "@wasmMemoryGrow" {
|
|||||||
{#header_close#}
|
{#header_close#}
|
||||||
|
|
||||||
{#header_open|@setEvalBranchQuota#}
|
{#header_open|@setEvalBranchQuota#}
|
||||||
<pre>{#syntax#}@setEvalBranchQuota(new_quota: usize){#endsyntax#}</pre>
|
<pre>{#syntax#}@setEvalBranchQuota(new_quota: u32){#endsyntax#}</pre>
|
||||||
<p>
|
<p>
|
||||||
Changes the maximum number of backwards branches that compile-time code
|
Changes the maximum number of backwards branches that compile-time code
|
||||||
execution can use before giving up and making a compile error.
|
execution can use before giving up and making a compile error.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user