Sema: typo

This commit is contained in:
mlugg
2024-07-16 19:48:05 +01:00
parent 21cde7ad90
commit 6bd640c7a0

View File

@@ -30007,7 +30007,7 @@ const InMemoryCoercionResult = union(enum) {
},
.comptime_int_not_coercible => |int| {
try sema.errNote(src, msg, "type '{}' cannot represent value '{}'", .{
int.wanted.fmt(pt), int.actual.fmtValue(pt),
int.wanted.fmt(pt), int.actual.fmtValueSema(pt, sema),
});
break;
},