You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have opened a pull request, but I think the output of the test also needs updating (because now it's a different, cleaner message), and my test files wouldn't match yours so it wouldn't look good.
The text was updated successfully, but these errors were encountered:
I tried the "naughty pointer" test from Language / Pointers and it didn't compile (with Zig 0.13.0):
For both variables it said
error: local variable is never mutated
andnote: consider using 'const'
.So I guess instead it should now be:
I would have opened a pull request, but I think the output of the test also needs updating (because now it's a different, cleaner message), and my test files wouldn't match yours so it wouldn't look good.
The text was updated successfully, but these errors were encountered: