Unable to access an array element in 0.16.0
Ziggit
Unable to access an array element in 0.16.0
While upgrading my code to 0.16.0 I ran into this odd issue: pub fn handleLoop(ed: *ExecuteData, _: *Value) void { @compileLog(@TypeOf(ed.func.*.internal_function.reserved)); const ptr = ed.func.*.internal_function.reserved[0]; @compileLog(@TypeOf(ptr)); Compile Log Output: @as(type, [6]?*anyopaque) @as(type, [6]?*anyopaque) Is this a bug or am I missing something?
0 comments
No comments yet.