Sema: revert reference trace changes that are no longer needed

This commit is contained in:
Jacob Young
2023-08-26 19:42:56 -04:00
parent 232077dcf9
commit 7a251c4cb8
4 changed files with 91 additions and 83 deletions

View File

@@ -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(