mirror of
https://github.com/ziglang/zig.git
synced 2026-02-01 12:13:44 +00:00
stage 2: grammar
This commit is contained in:
parent
6b69dcfdd2
commit
d638b2e29f
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user