mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
Make the leb module available to non-std code
This commit is contained in:
parent
2f740fa19f
commit
c8b6e55299
@ -17,7 +17,7 @@ const maxInt = std.math.maxInt;
|
||||
const File = std.fs.File;
|
||||
const windows = std.os.windows;
|
||||
|
||||
const leb = @import("debug/leb128.zig");
|
||||
pub const leb = @import("debug/leb128.zig");
|
||||
|
||||
pub const FailingAllocator = @import("debug/failing_allocator.zig").FailingAllocator;
|
||||
pub const failing_allocator = &FailingAllocator.init(global_allocator, 0).allocator;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user