Open bradclawsie opened 2 years ago
just a quick clarification here...upon review, my code did indeed have some errors related to type mismatches, and I fixed those
the crux of this issue imho is how zig detects this error and messages the user about it
thanks again, I'm enjoying learning zig
Is this a duplicate of #9469?
Zig Version
0.9.0-dev.1910+fffa89700
Steps to Reproduce
this function compiled fine until upgrading to this version of zig:
now, I see (I've inserted some newlines)
Expected Behavior
compile like before
Actual Behavior
message about a compiler bug