stage2: compiler panic when using @ptrToInt
in bitwise AND
#11211
Labels
Milestone
@ptrToInt
in bitwise AND
#11211
Zig Version
0.10.0-dev.1393+291f5055f
Steps to Reproduce
Expected Behavior
Test should compile successfully and pass.
Actual Behavior
The test fails because we end up calling
toBigInt
on adecl_ref_mut
, which is not an integer type.We're probably missing a dereference here for the indirect Value.
The text was updated successfully, but these errors were encountered: