mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
Update langref.html.in
This commit is contained in:
parent
2cbcf3f38b
commit
be51511d29
@ -3787,7 +3787,7 @@ test "fn reflection" {
|
||||
However right now it is hard coded to be a {#syntax#}u16{#endsyntax#}. See <a href="https://github.com/ziglang/zig/issues/786">#768</a>.
|
||||
</p>
|
||||
<p>
|
||||
You can {#link|implicitly cast|Implicit Casts#} an error from a subset to its superset:
|
||||
You can {#link|implicitly cast|Implicit Casts#} an error from a subset to a superset:
|
||||
</p>
|
||||
{#code_begin|test#}
|
||||
const std = @import("std");
|
||||
|
Loading…
Reference in New Issue
Block a user