generic ring actual

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

error[PARSE003]: single continuation branch 'value' carrying a payload is a one-variant tag union — declare the single output as a bare return instead: `-> u32`
  --> tests/regression/400_RUNTIME_FEATURES/420_PERFORMANCE/912_generic_ring_actual/input.kz:57:1
    |
 57 | ~tor ring.dequeue { ring: *Ring(u32, 1024) }
    | ^

Code

input.kz

Expected output

Enqueued!
Got: 42

Flows

flow ~ring.enqueue click a branch to expand · @labels scroll to their anchor
ring.enqueue (ring: &my_ring, value: 42)

Test Configuration

MUST_RUN