mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-23 01:14:54 +03:00
f2814caaf0
This logic is not correct in most cases. If any instruction needs to operate with different semantics within `@TypeOf`, it should be made to do so explicitly. This broke a line in `std.mem`: I have opted to fix this in std for now, since as far as I know it's not yet been discussed which operations (if any) should be special-cased like this within `@TypeOf`.