| author | |
| committer | |
| log | 2589f7207baef686dff969ccf2bd596a16b5012e |
| tree | 7e59d05b73d3f4ee358f38d292231231e31ba44f |
| parent | 3715226b9fd0c2d097fdd47935071b7ef30233e9 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug.zig+1-1| ... | ... | @@ -357,7 +357,7 @@ pub const StackIterator = struct { |
| 357 | 357 | else |
| 358 | 358 | 0; |
| 359 | 359 | |
| 360 | fn next(self: *StackIterator) ?usize { | |
| 360 | pub fn next(self: *StackIterator) ?usize { | |
| 361 | 361 | var address = self.next_internal() orelse return null; |
| 362 | 362 | |
| 363 | 363 | if (self.first_address) |first_address| { |