stage 2: grammar

This commit is contained in:
Robin Voetter 2022-08-06 19:04:35 +02:00
parent 6b69dcfdd2
commit d638b2e29f
No known key found for this signature in database
GPG Key ID: E755662F227CB468

View File

@ -5897,7 +5897,7 @@ fn analyzeCall(
},
else => {},
}
return sema.fail(block, func_src, "type '{}' not a function", .{callee_ty.fmt(sema.mod)});
return sema.fail(block, func_src, "type '{}' is not a function", .{callee_ty.fmt(sema.mod)});
};
const func_ty_info = func_ty.fnInfo();