| ... | @@ -30007,7 +30007,7 @@ const InMemoryCoercionResult = union(enum) { | ... | @@ -30007,7 +30007,7 @@ const InMemoryCoercionResult = union(enum) { |
| 30007 | }, | 30007 | }, |
| 30008 | .comptime_int_not_coercible => |int| { | 30008 | .comptime_int_not_coercible => |int| { |
| 30009 | try sema.errNote(src, msg, "type '{}' cannot represent value '{}'", .{ | 30009 | try sema.errNote(src, msg, "type '{}' cannot represent value '{}'", .{ |
| 30010 | int.wanted.fmt(pt), int.actual.fmtValue(pt, sema), | 30010 | int.wanted.fmt(pt), int.actual.fmtValue(pt), |
| 30011 | }); | 30011 | }); |
| 30012 | break; | 30012 | break; |
| 30013 | }, | 30013 | }, |