mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.Io.Threaded: fix typo in panic message
This commit is contained in:
parent
94b9874981
commit
f5870b267e
@ -1226,7 +1226,7 @@ fn dirMakeOpenPathWasi(
|
|||||||
_ = dir;
|
_ = dir;
|
||||||
_ = sub_path;
|
_ = sub_path;
|
||||||
_ = mode;
|
_ = mode;
|
||||||
@panic("TODO implement dirMakeOpenPathWindows");
|
@panic("TODO implement dirMakeOpenPathWasi");
|
||||||
}
|
}
|
||||||
|
|
||||||
fn dirStat(userdata: ?*anyopaque, dir: Io.Dir) Io.Dir.StatError!Io.Dir.Stat {
|
fn dirStat(userdata: ?*anyopaque, dir: Io.Dir) Io.Dir.StatError!Io.Dir.Stat {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user