| ... | ... | @@ -29747,7 +29747,7 @@ pub fn resolveTypeLayout(sema: *Sema, ty: Type) CompileError!void { |
| 29747 | 29747 | .Fn => { |
| 29748 | 29748 | const info = ty.fnInfo(); |
| 29749 | 29749 | if (info.is_generic) { |
| 29750 | | // Resolving of generic function types is defeerred to when |
| 29750 | // Resolving of generic function types is deferred to when |
| 29751 | 29751 | // the function is instantiated. |
| 29752 | 29752 | return; |
| 29753 | 29753 | } |
| ... | ... | @@ -30201,7 +30201,7 @@ pub fn resolveTypeFully(sema: *Sema, ty: Type) CompileError!void { |
| 30201 | 30201 | .Fn => { |
| 30202 | 30202 | const info = ty.fnInfo(); |
| 30203 | 30203 | if (info.is_generic) { |
| 30204 | | // Resolving of generic function types is defeerred to when |
| 30204 | // Resolving of generic function types is deferred to when |
| 30205 | 30205 | // the function is instantiated. |
| 30206 | 30206 | return; |
| 30207 | 30207 | } |