mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Sema: typo
This commit is contained in:
parent
21cde7ad90
commit
6bd640c7a0
@ -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;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user