pointers
This commit is contained in:
@@ -456,6 +456,7 @@ pub const Compiler = struct {
|
||||
.negate => try self.emit(.negate),
|
||||
.not => try self.emit(.not),
|
||||
.xx => {}, // cast — handle later
|
||||
.address_of => {}, // pointers not supported in comptime
|
||||
}
|
||||
},
|
||||
.comptime_expr => |ct| {
|
||||
|
||||
Reference in New Issue
Block a user