You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comptime pointer-like optionals can have a "flattened" representation,
just like runtime pointer-like optionals, where there is no separate
`.opt_payload` which acts as the non-null bit.
This change fixes `pointerDeref` and its mutable counterpart to account
for this.
Resolvesziglang#12192.
zig version:
0.10.0-dev.3053+050d516da
Repro:
#6025 is not implemented yet but the compiler still should not crash:
The text was updated successfully, but these errors were encountered: