| author | |
| committer | |
| log | 6e2eb208aac8bb6065992bd19a6c0cc772648263 |
| tree | 98121b431a9e058254d4df92874a1bd9d89eb4a1 |
| parent | f7b82ed416e32a9164c67a35924b9b99e86707fa |
| signature |
This type not being resolved was a bug which was being triggered by the
next commit.1 files changed, 1 insertions(+), 0 deletions(-)
src/Sema.zig+1| ... | ... | @@ -26872,6 +26872,7 @@ fn elemValArray( |
| 26872 | 26872 | |
| 26873 | 26873 | const runtime_src = if (maybe_undef_array_val != null) elem_index_src else array_src; |
| 26874 | 26874 | try sema.requireRuntimeBlock(block, src, runtime_src); |
| 26875 | try sema.queueFullTypeResolution(array_ty); | |
| 26875 | 26876 | if (oob_safety and block.wantSafety()) { |
| 26876 | 26877 | // Runtime check is only needed if unable to comptime check |
| 26877 | 26878 | if (maybe_index_val == null) { |