| ... | @@ -3787,7 +3787,7 @@ test "fn reflection" { | ... | @@ -3787,7 +3787,7 @@ test "fn reflection" { |
| 3787 | 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>. | 3787 | 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>. |
| 3788 | </p> | 3788 | </p> |
| 3789 | <p> | 3789 | <p> |
| 3790 | You can {#link|implicitly cast|Implicit Casts#} an error from a subset to its superset: | 3790 | You can {#link|implicitly cast|Implicit Casts#} an error from a subset to a superset: |
| 3791 | </p> | 3791 | </p> |
| 3792 | {#code_begin|test#} | 3792 | {#code_begin|test#} |
| 3793 | const std = @import("std"); | 3793 | const std = @import("std"); |