Sema: fix merge conflict regarding identifiers matching primitives

This commit is contained in:
Andrew Kelley 2023-01-09 14:51:03 -07:00
parent aa7e65d5ba
commit fb7ca1ad48

View File

@ -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,