012 loop optimization nested

○ Planned This feature is planned but not yet implemented.

Feature: Nested loop optimization

Error Details

output_emitted.zig:209:65: error: type 'u64' does not support field access

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:209:65: error: type 'u64' does not support field access
        _ = main_module.print_event.handler(.{ .result = d_outer.result });
                                                         ~~~~~~~^~~~~~~
referenced by:
    main: output_emitted.zig:257:22
    callMain [inlined]: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/start.zig:618:22
    callMainWithArgs [inlined]: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/start.zig:587:20
    main: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/start.zig:602:28
    1 reference(s) hidden; use '-freference-trace=5' to see all references

Code

input.kz

Flows

flow ~outer-step click a branch to expand · @labels scroll to their anchor
#outer outer-step (i: 0, limit: 5000, sum: 0)

Test Configuration

MUST_RUN

Post-validation Script: