zig.guide
zig.guide copied to clipboard
need mutation to display the desired error
without mutating y, instead of showing the error: cannot assign to constant error, you will get error: local variable is never mutated note: consider using 'const'