From fb96c3e73ec840e5c46bf5080aa9ffc90784f6b9 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Sat, 23 Dec 2017 21:47:04 -0700 Subject: [PATCH] debug needs to export FailingAllocator --- std/debug/index.zig | 2 ++ 1 file changed, 2 insertions(+) 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;