Fixed crash in makeScopeInternal
This commit is contained in:
parent
2d168ed63e
commit
81500697db
@ -2749,7 +2749,7 @@ fn makeScopeInternal(
|
|||||||
}
|
}
|
||||||
// Visit parameter types to pick up any error sets and enum
|
// Visit parameter types to pick up any error sets and enum
|
||||||
// completions
|
// completions
|
||||||
try makeScopeInternal(
|
if (param.type_expr != 0) try makeScopeInternal(
|
||||||
allocator,
|
allocator,
|
||||||
scopes,
|
scopes,
|
||||||
error_completions,
|
error_completions,
|
||||||
|
Loading…
Reference in New Issue
Block a user