diff --git a/std/debug/index.zig b/std/debug/index.zig index e1025b291b..3f722b494d 100644 --- a/std/debug/index.zig +++ b/std/debug/index.zig @@ -8,6 +8,8 @@ const DW = std.dwarf; const ArrayList = std.ArrayList; const builtin = @import("builtin"); +pub use @import("./failing_allocator.zig"); + error MissingDebugInfo; error InvalidDebugInfo; error UnsupportedDebugInfo;