Commit fb7ca1ad48
2023-01-09 22:51:03
1 parent
aa7e65dChanged files (1)
src
src/Sema.zig
@@ -29337,8 +29337,8 @@ pub fn resolveTypeRequiresComptime(sema: *Sema, ty: Type) CompileError!bool {
.anyerror,
.noreturn,
.@"anyframe",
- .null,
- .undefined,
+ .@"null",
+ .@"undefined",
.atomic_order,
.atomic_rmw_op,
.calling_convention,