Sema: revert reference trace changes that are no longer needed
This commit is contained in:
@@ -1519,11 +1519,11 @@ pub const ErrorMsg = struct {
|
||||
msg: []const u8,
|
||||
notes: []ErrorMsg = &.{},
|
||||
reference_trace: []Trace = &.{},
|
||||
hidden_references: u32 = 0,
|
||||
|
||||
pub const Trace = struct {
|
||||
decl: InternPool.OptionalNullTerminatedString,
|
||||
decl: InternPool.NullTerminatedString,
|
||||
src_loc: SrcLoc,
|
||||
hidden: u32 = 0,
|
||||
};
|
||||
|
||||
pub fn create(
|
||||
|
||||
Reference in New Issue
Block a user