On Wed Dec 7 18:43:17 2022 +0000, Zebediah Figura wrote:
It's ok if you consider this out of scope for this MR, but please add
a test showing the todo. Actually, this seems like it probably should be fixed in these patches. We have scalar-to-struct casts; this should work already.
Ah, I see now.
Broadcasts aren't allowed as implicit conversions by either the native compiler or our compiler, and I am using an assignment here which only does an implicit conversion, but I should use an explicit conversion which is more permissive.
I will add this test too.
Thanks @giomasce for pointing this out!