diff options
| author | Veikka Tuominen <git@vexu.eu> | 2022-12-19 16:30:09 +0200 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2022-12-19 17:01:44 +0200 |
| commit | 0c1d8659c51d9544fb8d5de7481e750149c262ae (patch) | |
| tree | 0b751f4d3a5dfcd0bd8c3fead2d06ff579c55ed5 /src/Compilation.zig | |
| parent | ee334aea801c71cbcc567b1d19be9c04d911beda (diff) | |
| download | zig-0c1d8659c51d9544fb8d5de7481e750149c262ae.tar.gz zig-0c1d8659c51d9544fb8d5de7481e750149c262ae.zip | |
Sema: print notes and reference traces when using `--debug-compile-errors`
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index 1d0997d20c..b385fa5f72 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -572,7 +572,7 @@ pub const AllErrors = struct { self.arena.promote(gpa).deinit(); } - fn add( + pub fn add( module: *Module, arena: *std.heap.ArenaAllocator, errors: *std.ArrayList(Message), |
