Merge pull request #17651 from Vexu/error-limit
Make distinct error limit configurable (attempt #2)
This commit is contained in:
@@ -159,7 +159,6 @@ pub const Type = enum(u32) {
|
||||
none = std.math.maxInt(u32),
|
||||
_,
|
||||
|
||||
pub const err_int = Type.i16;
|
||||
pub const ptr_amdgpu_constant =
|
||||
@field(Type, std.fmt.comptimePrint("ptr{ }", .{AddrSpace.amdgpu.constant}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user