| author | |
| committer | |
| log | 6f8c597fff01623668912255c3e37d3a4cb00a98 |
| tree | 9ce9067975eb480006c91e5c2cc1f0586d376e4f |
| parent | 2bffd810157a8e7c0b2500a13921dd8c45694b8a |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Sema.zig+1-1| ... | ... | @@ -21071,7 +21071,7 @@ fn zirReify( |
| 21071 | 21071 | } |
| 21072 | 21072 | |
| 21073 | 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 | 21075 | param_type.* = param_type_val.toIntern(); |
| 21076 | 21076 | |
| 21077 | 21077 | if (param_is_noalias_val.toBool()) { |