| author | |
| committer | |
| log | fb7ca1ad48c58ebc40493cc085663956010ec58b |
| tree | d3e606c9f3504cca6dfd5e3a9a8c170534010d08 |
| parent | aa7e65d5ba865132e7080b9d1c8a2fb0eb38cc28 |
1 files changed, 2 insertions(+), 2 deletions(-)
src/Sema.zig+2-2| ... | ... | @@ -29337,8 +29337,8 @@ pub fn resolveTypeRequiresComptime(sema: *Sema, ty: Type) CompileError!bool { |
| 29337 | 29337 | .anyerror, |
| 29338 | 29338 | .noreturn, |
| 29339 | 29339 | .@"anyframe", |
| 29340 | .null, | |
| 29341 | .undefined, | |
| 29340 | .@"null", | |
| 29341 | .@"undefined", | |
| 29342 | 29342 | .atomic_order, |
| 29343 | 29343 | .atomic_rmw_op, |
| 29344 | 29344 | .calling_convention, |