| ... | @@ -17,7 +17,7 @@ const maxInt = std.math.maxInt; | ... | @@ -17,7 +17,7 @@ const maxInt = std.math.maxInt; |
| 17 | const File = std.fs.File; | 17 | const File = std.fs.File; |
| 18 | const windows = std.os.windows; | 18 | const windows = std.os.windows; |
| 19 | | 19 | |
| 20 | const leb = @import("debug/leb128.zig"); | 20 | pub const leb = @import("debug/leb128.zig"); |
| 21 | | 21 | |
| 22 | pub const FailingAllocator = @import("debug/failing_allocator.zig").FailingAllocator; | 22 | pub const FailingAllocator = @import("debug/failing_allocator.zig").FailingAllocator; |
| 23 | pub const failing_allocator = &FailingAllocator.init(global_allocator, 0).allocator; | 23 | pub const failing_allocator = &FailingAllocator.init(global_allocator, 0).allocator; |