| ... | @@ -21071,7 +21071,7 @@ fn zirReify( | ... | @@ -21071,7 +21071,7 @@ fn zirReify( |
| 21071 | } | 21071 | } |
| 21072 | | 21072 | |
| 21073 | const param_type_val = opt_param_type_val.optionalValue(mod) orelse | 21073 | const param_type_val = opt_param_type_val.optionalValue(mod) orelse |
| 21074 | return sema.fail(block, src, "Type.Fn.Param.arg_type must be non-null for @Type", .{}); | 21074 | return sema.fail(block, src, "Type.Fn.Param.type must be non-null for @Type", .{}); |
| 21075 | param_type.* = param_type_val.toIntern(); | 21075 | param_type.* = param_type_val.toIntern(); |
| 21076 | | 21076 | |
| 21077 | if (param_is_noalias_val.toBool()) { | 21077 | if (param_is_noalias_val.toBool()) { |