authorgravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2017-12-23 21:47:04-07:00
committergravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2017-12-23 21:47:13-07:00
logfb96c3e73ec840e5c46bf5080aa9ffc90784f6b9
treeb8d54d73bf89a2853cb2cbd1835964fc1b6114c9
parent4183c6f1a52959ab5eef540c8eec1758079554eb

debug needs to export FailingAllocator


1 files changed, 2 insertions(+), 0 deletions(-)

std/debug/index.zig+2
......@@ -8,6 +8,8 @@ const DW = std.dwarf;
88const ArrayList = std.ArrayList;
99const builtin = @import("builtin");
1010
11pub use @import("./failing_allocator.zig");
12
1113error MissingDebugInfo;
1214error InvalidDebugInfo;
1315error UnsupportedDebugInfo;