Sema: typo

This commit is contained in:
mlugg 2024-07-16 19:48:05 +01:00
parent 21cde7ad90
commit 6bd640c7a0
No known key found for this signature in database
GPG Key ID: 3F5B7DCCBF4AF02E

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;
},