Closed KTheRD closed 1 year ago
This is syntax has introduced in zig 0.11.x
Oh, thanks. Then maybe marking not yet available features would be good?
@KTheRD In chapter 0: This guide assumes you’re using a master build of Zig as opposed to the latest major release, which means downloading a binary from the site or compiling from source; the version of Zig in your package manager is likely outdated. This guide does not support Zig 0.10.1
Thanks, I oversighted that!
Chapter 1 has this code:
Compiler fails to parse with
error: expected ')', found ','
. Maybe it was meant to bestring[0..]
instead ofstring, 0..
.