Generated @compileError missing semicolon #4983
Labels
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
translate-c
C to Zig source translation feature (@cImport)
Milestone
Using the latest build (4/8/2020), I have the following code:
I get the following error:
At the location that the error is occurring, the surrounding lines are:
Note that the second line is missing a trailing semicolon, and that is the cause of the build error.
The text was updated successfully, but these errors were encountered: