Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code fails to compile: extraneous ')' before ';' #71806

Closed
dhoepfl opened this issue Feb 22, 2024 · 0 comments · Fixed by #71807
Closed

Code fails to compile: extraneous ')' before ';' #71806

dhoepfl opened this issue Feb 22, 2024 · 0 comments · Fixed by #71807
Labels
build error Errors when building the toolchain, not regular Swift code compiler The Swift compiler in itself swift 6.0

Comments

@dhoepfl
Copy link
Contributor

dhoepfl commented Feb 22, 2024

This line does not compile:

TypeCheckDeclPrimary.cpp:1037:66: error: extraneous ')' before ';'
   ctx.Diags.diagnose(initExpr->getLoc(), diag::macro_unsupported));
                                                                  ^
dhoepfl added a commit to dhoepfl/swift that referenced this issue Feb 22, 2024
@AnthonyLatsis AnthonyLatsis added compiler The Swift compiler in itself build error Errors when building the toolchain, not regular Swift code swift 6.0 labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build error Errors when building the toolchain, not regular Swift code compiler The Swift compiler in itself swift 6.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants