mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 03:03:46 +00:00
fix regression in behavior tests
This commit is contained in:
parent
d5e438b36e
commit
b3c80418a8
@ -6132,6 +6132,9 @@ static Error resolve_async_frame(CodeGen *g, ZigType *frame_type) {
|
||||
param_name = buf_sprintf("@arg%" ZIG_PRI_usize, arg_i);
|
||||
}
|
||||
ZigType *param_type = param_info->type;
|
||||
if ((err = type_resolve(g, param_type, ResolveStatusSizeKnown))) {
|
||||
return err;
|
||||
}
|
||||
|
||||
fields.append({buf_ptr(param_name), param_type, 0});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user