Files
sx/src
agra 14d1d9d3a8 lower: generalise the *T-where-T-expected diagnostic to any pointer
The check only caught `for xs: (*m)` loop captures; passing a `*T`
parameter or any pointer local where `T` is expected still slipped through
to the LLVM verifier. Key the diagnostic on the lowered argument's type
instead of the capture, so a `*Move` parameter forwarded into a by-value
parameter is reported the same way. Ref-capture wording is preserved.

Add example 216 (pointer-parameter case) alongside 215 (loop capture).
2026-05-31 14:17:25 +03:00
..
2026-02-17 19:49:01 +02:00
sm
2026-03-02 21:00:55 +02:00
...
2026-05-23 15:41:12 +03:00
...
2026-02-16 01:58:30 +02:00
sm
2026-03-02 21:00:55 +02:00