debug needs to export FailingAllocator

This commit is contained in:
Josh Wolfe 2017-12-23 21:47:04 -07:00
parent 4183c6f1a5
commit fb96c3e73e

View File

@ -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;