Commit d638b2e29f

Robin Voetter <robin@voetter.nl>
2022-08-06 19:04:35
stage 2: grammar
1 parent 6b69dcf
Changed files (1)
src/Sema.zig
@@ -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();