| author | |
| committer | |
| log | 6bd640c7a0866d7069ed68140afd894c6613e3da |
| tree | 11bf705f8c7ecfd5cbb1988a0cfb8e3f8f54227a |
| parent | 21cde7ad90a033b775fdf0a5c3477fa289c51ef5 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Sema.zig+1-1| ... | ... | @@ -30007,7 +30007,7 @@ const InMemoryCoercionResult = union(enum) { |
| 30007 | 30007 | }, |
| 30008 | 30008 | .comptime_int_not_coercible => |int| { |
| 30009 | 30009 | try sema.errNote(src, msg, "type '{}' cannot represent value '{}'", .{ |
| 30010 | int.wanted.fmt(pt), int.actual.fmtValue(pt), | |
| 30010 | int.wanted.fmt(pt), int.actual.fmtValueSema(pt, sema), | |
| 30011 | 30011 | }); |
| 30012 | 30012 | break; |
| 30013 | 30013 | }, |