handle ptr_type_sentinel

This commit is contained in:
Techatrix 2022-08-05 11:22:55 +00:00 committed by GitHub
parent 6ed5ba833b
commit cee46461e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -876,6 +876,7 @@ pub fn resolveTypeOfNodeInternal(store: *DocumentStore, arena: *std.heap.ArenaAl
.array_type_sentinel,
.optional_type,
.ptr_type_aligned,
.ptr_type_sentinel,
.ptr_type,
.ptr_type_bit_range,
.error_union,