| author | |
| committer | |
| log | fb96c3e73ec840e5c46bf5080aa9ffc90784f6b9 |
| tree | b8d54d73bf89a2853cb2cbd1835964fc1b6114c9 |
| parent | 4183c6f1a52959ab5eef540c8eec1758079554eb |
1 files changed, 2 insertions(+), 0 deletions(-)
std/debug/index.zig+2| ... | ... | @@ -8,6 +8,8 @@ const DW = std.dwarf; |
| 8 | 8 | const ArrayList = std.ArrayList; |
| 9 | 9 | const builtin = @import("builtin"); |
| 10 | 10 | |
| 11 | pub use @import("./failing_allocator.zig"); | |
| 12 | ||
| 11 | 13 | error MissingDebugInfo; |
| 12 | 14 | error InvalidDebugInfo; |
| 13 | 15 | error UnsupportedDebugInfo; |