079 reject double consume carried

✓ Passing This code compiles and runs correctly.

Code

input.kz

Backend must reject with:

CONTAINS error[KORU030]
CONTAINS carries no obligation here
CONTAINS this event consumes

Error Verification

Actual Compiler Output

error[KORU030]: Phantom state mismatch: argument 'h' carries no obligation here, but this event consumes '<!owned>'. Pass a value that still holds its '<owned!>' obligation.
  --> phantom_semantic_check:42:0

❌ Compiler coordination error: Phantom semantic validation failed
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/300_ADVANCED_FEATURES/330_PHANTOM_TYPES/330_079_reject_double_consume_carried/backend.zig:94:13: 0x10335f20b in emit (backend)
            return error.CompilerCoordinationFailed;
            ^
/Users/larsde/src/koru/tests/regression/300_ADVANCED_FEATURES/330_PHANTOM_TYPES/330_079_reject_double_consume_carried/backend.zig:190:28: 0x10335fef7 in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Flows

subflow ~spin click a branch to expand · @labels scroll to their anchor
#loop step (h)
flow ~make click a branch to expand · @labels scroll to their anchor
make

Test Configuration

MUST_FAIL