stage2: remove error number from error set map
This saves memory since it is already stored in module as well as allowing for better threading. Part 2 of what is outlined in #8079.
This commit is contained in:
@@ -2144,7 +2144,7 @@ pub const Value = extern union {
|
||||
base: Payload = .{ .tag = base_tag },
|
||||
data: struct {
|
||||
/// TODO revisit this when we have the concept of the error tag type
|
||||
fields: std.StringHashMapUnmanaged(u16),
|
||||
fields: std.StringHashMapUnmanaged(void),
|
||||
decl: *Module.Decl,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user