| ... | @@ -380,7 +380,7 @@ pub const Type = extern union { | ... | @@ -380,7 +380,7 @@ pub const Type = extern union { |
| 380 | }, | 380 | }, |
| 381 | .single_mut_pointer => { | 381 | .single_mut_pointer => { |
| 382 | const payload = @fieldParentPtr(Payload.SingleMutPointer, "base", ty.ptr_otherwise); | 382 | const payload = @fieldParentPtr(Payload.SingleMutPointer, "base", ty.ptr_otherwise); |
| 383 | try out_stream.writeAll("* "); | 383 | try out_stream.writeAll("*"); |
| 384 | ty = payload.pointee_type; | 384 | ty = payload.pointee_type; |
| 385 | continue; | 385 | continue; |
| 386 | }, | 386 | }, |