Sema: fix bad merge
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user