Commit fb96c3e73e
Changed files (1)
std
debug
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;