We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4183c6f commit fb96c3eCopy full SHA for fb96c3e
std/debug/index.zig
@@ -8,6 +8,8 @@ const DW = std.dwarf;
8
const ArrayList = std.ArrayList;
9
const builtin = @import("builtin");
10
11
+pub use @import("./failing_allocator.zig");
12
+
13
error MissingDebugInfo;
14
error InvalidDebugInfo;
15
error UnsupportedDebugInfo;
0 commit comments