-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Macros: Imprecise error for string lifting #5547
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
Labels
Comments
This error is correct. It is just not precise.
|
This is confusing. Why is |
Because we need to interpret it. Which currently means interpretation of the annonimous class of the extension method. |
It is also invalid as parameters in a macro must be quoted or statically known values (literal constants or inline parameters) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code results in compilation error:
Error message:
The text was updated successfully, but these errors were encountered: