diff options
| author | Josh Wolfe <thejoshwolfe@gmail.com> | 2017-12-23 21:47:04 -0700 |
|---|---|---|
| committer | Josh Wolfe <thejoshwolfe@gmail.com> | 2017-12-23 21:47:13 -0700 |
| commit | fb96c3e73ec840e5c46bf5080aa9ffc90784f6b9 (patch) | |
| tree | b8d54d73bf89a2853cb2cbd1835964fc1b6114c9 /std/debug/index.zig | |
| parent | 4183c6f1a52959ab5eef540c8eec1758079554eb (diff) | |
| download | zig-fb96c3e73ec840e5c46bf5080aa9ffc90784f6b9.tar.gz zig-fb96c3e73ec840e5c46bf5080aa9ffc90784f6b9.zip | |
debug needs to export FailingAllocator
Diffstat (limited to 'std/debug/index.zig')
| -rw-r--r-- | std/debug/index.zig | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
