We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d8d12 commit 0a8b7adCopy full SHA for 0a8b7ad
1 file changed
doc/langref.html.in
@@ -5588,6 +5588,7 @@ test "createFoo" {
5588
<p>
5589
To ensure that {#syntax#}deallocateFoo{#endsyntax#} is properly called
5590
when returning an error, you must add an {#syntax#}errdefer{#endsyntax#} outside of the block:
5591
+ </p>
5592
{#code_begin|test|test_errdefer_block#}
5593
const std = @import("std");
5594
const Allocator = std.mem.Allocator;
@@ -9411,8 +9412,9 @@ test "integer truncation" {
9411
9412
<li>{#link|Enum Literals#}</li>
9413
<li>{#link|union#}</li>
9414
</ul>
- <p>
9415
+<p>
9416
{#syntax#}@Type{#endsyntax#} is not available for {#link|Functions#}.
9417
9418
{#header_close#}
9419
{#header_open|@typeInfo#}
9420
<pre>{#syntax#}@typeInfo(comptime T: type) std.builtin.Type{#endsyntax#}</pre>
0 commit comments