| author | |
| committer | |
| log | cbd653e1d678f0560f5ed3e93a41caa512d93443 |
| tree | f7841bed9ff7f13dcf3ae4228c0b35243d6c3573 |
| parent | 005e869abdd5a487531c47abfc82436b870ff0d8 |
See previous commit 1912ec0323af9a9077a8706157beb8207f6e3eb9 for more
context.
closes #102621 files changed, 1 insertions(+), 0 deletions(-)
src/AstGen.zig+1| ... | ... | @@ -6432,6 +6432,7 @@ fn asmExpr( |
| 6432 | 6432 | // We still need to trigger all the expr() calls here to avoid errors for unused things. |
| 6433 | 6433 | // So we pass 0 as the asm source and stage2 Sema will notice this and |
| 6434 | 6434 | // report the error. |
| 6435 | _ = try comptimeExpr(gz, scope, .none, full.ast.template); | |
| 6435 | 6436 | break :blk IndexSlice{ .index = 0, .len = 0 }; |
| 6436 | 6437 | }, |
| 6437 | 6438 | }; |