mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
debug needs to export FailingAllocator
This commit is contained in:
parent
4183c6f1a5
commit
fb96c3e73e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user