Merge pull request #573 from Techatrix/patch-1

Correctly handle sentinel slices
This commit is contained in:
Auguste Rame 2022-08-05 21:46:14 +02:00 committed by GitHub
commit e554c577ea
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,