-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
CTFE error shown thrice #52922
Comments
It gets even better when having
|
From conversation with @oli-obk: The proper way to fix this is to move the errors/warnings into the query, instead of having to do this at all places where the query is made. This is both the right fix for #52849 and avoids duplicate errors. So the The lint would just trigger all these queries. Thanks to caching, a warning triggered by a query is only ever shown once. |
Yea, there's enough things testing this. The only concern I see now is that if you
without any further info. |
Closing as per #53821:
|
This program
leads to the following errors:
Seems like overkill to say three times that the constant has errors. ;)
Cc @oli-obk
The text was updated successfully, but these errors were encountered: