Veikka Tuominen
Veikka Tuominen
Other similar cases: ```zig test "extern union doesn't trigger field check at comptime" { const U = extern union { x: u32, y: u8, }; const x = U{ .x...
Absolutely, sorry I forgot about this, I'll get on it in tomorrow.
This should go through a proposal since Andrew hasn't responded to SpexGuy's comment in that issue.
Marking as accepted based on https://github.com/ziglang/zig/issues/3257#issuecomment-542846671
This test used to pass with stage1: ```zig comptime { if (@shlExact(1, 1) != 2) @compileError("should be 2"); } ```
What's the point of this change if you disable it everywhere?
See #13807 and #15909
There is also #9182
Fixed by #18162 which added test coverage.