mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-13 21:26:16 +01:00
langref: small clarification to @trap
This commit is contained in:
parent
34a23db664
commit
fb04ff45cd
1 changed files with 1 additions and 1 deletions
|
|
@ -9403,7 +9403,7 @@ fn List(comptime T: type) type {
|
|||
Unlike for {#syntax#}@breakpoint(){#endsyntax#}, execution does not continue after this point.
|
||||
</p>
|
||||
<p>
|
||||
This function is only valid within function scope.
|
||||
Outside function scope, this builtin causes a compile error.
|
||||
</p>
|
||||
{#see_also|@breakpoint#}
|
||||
{#header_close#}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue