update the stage1 implementation to the new proposal

See #3731
This commit is contained in:
Andrew Kelley
2019-11-23 04:45:35 -05:00
parent 6b623b5ea2
commit 7597735bad
21 changed files with 613 additions and 442 deletions

View File

@@ -992,10 +992,6 @@ static void anal_dump_type(AnalDumpCtx *ctx, ZigType *ty) {
jw_object_field(jw, "len");
jw_int(jw, 3);
break;
case PtrLenNull:
jw_object_field(jw, "len");
jw_int(jw, 4);
break;
}
anal_dump_pointer_attrs(ctx, ty);
break;