mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 13:30:45 +00:00
Sema: fix merge conflict regarding identifiers matching primitives
This commit is contained in:
parent
aa7e65d5ba
commit
fb7ca1ad48
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user