diff --git a/src/Sema.zig b/src/Sema.zig index 54e312b523..9381bf76b5 100644 --- a/src/Sema.zig +++ b/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,