mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fix error where "std" isn't found in meta/trait
This commit is contained in:
parent
b4801186b7
commit
65b9fae4f8
@ -1,4 +1,4 @@
|
||||
const std = @import("std");
|
||||
const std = @import("../index.zig");
|
||||
const builtin = @import("builtin");
|
||||
const debug = std.debug;
|
||||
const mem = std.mem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user