| ... | @@ -5191,8 +5191,8 @@ pub const FuncGen = struct { | ... | @@ -5191,8 +5191,8 @@ pub const FuncGen = struct { |
| 5191 | } | 5191 | } |
| 5192 | | 5192 | |
| 5193 | switch (modifier) { | 5193 | switch (modifier) { |
| 5194 | .auto, .never_tail, .always_tail => {}, | 5194 | .auto, .always_tail => {}, |
| 5195 | .never_inline => try attributes.addFnAttr(.@"noinline", &o.builder), | 5195 | .never_tail, .never_inline => try attributes.addFnAttr(.@"noinline", &o.builder), |
| 5196 | .async_kw, .no_async, .always_inline, .compile_time => unreachable, | 5196 | .async_kw, .no_async, .always_inline, .compile_time => unreachable, |
| 5197 | } | 5197 | } |
| 5198 | | 5198 | |