Skip to content

zx: Do not generate unsized `[T]` types

Ian Douglas Scott requested to merge ids1024/zbus:xmlgen into main

Not sure if there's a better way to improve the logic here, but this seems to be correct. I don't think the [T] binding would be valid anywhere since this doesn't seem to be used anywhere an unsized type would be valid. So this can't break anything.

Fixes #192 (closed).

Merge request reports