Sema: fix bad merge

This commit is contained in:
mlugg 2024-07-16 19:38:34 +01:00
parent 5093a5cd19
commit d8f81372f1
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, sema),
int.wanted.fmt(pt), int.actual.fmtValue(pt),
});
break;
},