| ... | ... | @@ -7766,21 +7766,6 @@ fn analyzeInlineCallArg( |
| 7766 | 7766 | return null; |
| 7767 | 7767 | } |
| 7768 | 7768 | |
| 7769 | | fn analyzeCallArg( |
| 7770 | | sema: *Sema, |
| 7771 | | block: *Block, |
| 7772 | | arg_src: LazySrcLoc, |
| 7773 | | param_ty: Type, |
| 7774 | | uncasted_arg: Air.Inst.Ref, |
| 7775 | | opts: CoerceOpts, |
| 7776 | | ) !Air.Inst.Ref { |
| 7777 | | try sema.resolveTypeFully(param_ty); |
| 7778 | | return sema.coerceExtra(block, param_ty, uncasted_arg, arg_src, opts) catch |err| switch (err) { |
| 7779 | | error.NotCoercible => unreachable, |
| 7780 | | else => |e| return e, |
| 7781 | | }; |
| 7782 | | } |
| 7783 | | |
| 7784 | 7769 | fn instantiateGenericCall( |
| 7785 | 7770 | sema: *Sema, |
| 7786 | 7771 | block: *Block, |