Skip to content

fixed failed compilation due to missing getStdErr from std.io#1

Open
abhijitmamarde wants to merge 1 commit into
gauravnumber:mainfrom
abhijitmamarde:main
Open

fixed failed compilation due to missing getStdErr from std.io#1
abhijitmamarde wants to merge 1 commit into
gauravnumber:mainfrom
abhijitmamarde:main

Conversation

@abhijitmamarde

Copy link
Copy Markdown

fixed for issue:

move.zig:14:26: error: root source file struct 'Io' has no member named 'getStdErr'
    const stderr = std.io.getStdErr().writer();
                   ~~~~~~^~~~~~~~~~
/opt/homebrew/Cellar/zig/0.15.2/lib/zig/std/Io.zig:1:1: note: struct declared here
const builtin = @import("builtin");
^~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant