Merge pull request #17651 from Vexu/error-limit

Make distinct error limit configurable (attempt #2)
This commit is contained in:
Andrew Kelley
2023-10-23 03:19:03 -04:00
committed by GitHub
14 changed files with 195 additions and 110 deletions

View File

@@ -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}));