mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 12:43:40 +00:00
Now, if a struct has any fields which require comptime, such as `type`, then the struct is marked as requiring comptime as well. Same goes for unions. This means that a function will implicitly be called at comptime if the return type is a struct which contains a field of type `type`. closes #586