Skip to content

Commit fb96c3e

Browse files
committed
debug needs to export FailingAllocator
1 parent 4183c6f commit fb96c3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

std/debug/index.zig

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const DW = std.dwarf;
88
const ArrayList = std.ArrayList;
99
const builtin = @import("builtin");
1010

11+
pub use @import("./failing_allocator.zig");
12+
1113
error MissingDebugInfo;
1214
error InvalidDebugInfo;
1315
error UnsupportedDebugInfo;

0 commit comments

Comments
 (0)