| ... | @@ -29747,7 +29747,7 @@ pub fn resolveTypeLayout(sema: *Sema, ty: Type) CompileError!void { | ... | @@ -29747,7 +29747,7 @@ pub fn resolveTypeLayout(sema: *Sema, ty: Type) CompileError!void { |
| 29747 | .Fn => { | 29747 | .Fn => { |
| 29748 | const info = ty.fnInfo(); | 29748 | const info = ty.fnInfo(); |
| 29749 | if (info.is_generic) { | 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 | // the function is instantiated. | 29751 | // the function is instantiated. |
| 29752 | return; | 29752 | return; |
| 29753 | } | 29753 | } |
| ... | @@ -30201,7 +30201,7 @@ pub fn resolveTypeFully(sema: *Sema, ty: Type) CompileError!void { | ... | @@ -30201,7 +30201,7 @@ pub fn resolveTypeFully(sema: *Sema, ty: Type) CompileError!void { |
| 30201 | .Fn => { | 30201 | .Fn => { |
| 30202 | const info = ty.fnInfo(); | 30202 | const info = ty.fnInfo(); |
| 30203 | if (info.is_generic) { | 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 | // the function is instantiated. | 30205 | // the function is instantiated. |
| 30206 | return; | 30206 | return; |
| 30207 | } | 30207 | } |