mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
stage2: fix format() of mutable pointer types
This commit is contained in:
parent
cb3e8e323d
commit
99d2d9bf64
@ -380,7 +380,7 @@ pub const Type = extern union {
|
||||
},
|
||||
.single_mut_pointer => {
|
||||
const payload = @fieldParentPtr(Payload.SingleMutPointer, "base", ty.ptr_otherwise);
|
||||
try out_stream.writeAll("* ");
|
||||
try out_stream.writeAll("*");
|
||||
ty = payload.pointee_type;
|
||||
continue;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user