mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
fix "std" not found error in meta/trait
This commit is contained in:
parent
65b9fae4f8
commit
63f9769e80
@ -1,4 +1,4 @@
|
||||
const std = @import("std");
|
||||
const std = @import("../index.zig");
|
||||
const builtin = @import("builtin");
|
||||
const mem = std.mem;
|
||||
const debug = std.debug;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user