-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as duplicate of#25770
Description
Zig Version
0.16.0-dev.1316+181b25ce4
Steps to Reproduce and Observed Behavior
There seem to be a breaking change in the zig std command:
Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/compiler/std-docs.zig:61:25: error: root source file struct 'std' has no member named 'net'
const address = std.net.Address.parseIp("127.0.0.1", listen_port) catch unreachable;
^~~
Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/std/std.zig:1:1: note: struct declared here
pub const ArrayHashMap = array_hash_map.ArrayHashMap;
^~~
referenced by:
callMain [inlined]: Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/std/start.zig:714:37
callMainWithArgs [inlined]: Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/std/start.zig:674:20
main: Desktop/Dev/devtools_and_compilers/zig-aarch64-macos-0.16.0-dev.1316+181b25ce4/lib/std/start.zig:689:28
1 reference(s) hidden; use '-freference-trace=4' to see all references
Expected Behavior
It should start up the std localhost
Metadata
Metadata
Assignees
Labels
No labels