mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 17:13:19 +00:00
See #11367 It's debatable whether this ends up being a legitimate compile error or whether the lang spec allows this test case. For now this workaround seems very reasonable; delaying comptime execution of `verifyContext` until the struct is instantiated.