252 phantom borrow crosses into a query arm

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

pushed 10, len 1
pushed 20, len 2
pushed 30, len 3

Expected output

pushed 10, len 1
pushed 20, len 2
pushed 30, len 3

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: items, capacity: 8, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 10)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 20)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 30)
flow ~new-i64 click a branch to expand · @labels scroll to their anchor
new-i64

Test Configuration

MUST_RUN