-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Ignore warnings when compiletime.testing is imported #24036
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
Conversation
2ac247e to
b0cd466
Compare
|
Another idea is that using the compile time facility makes all enclosing imports "used"; that results in false negatives instead of false positives. Edit: in fact, all the warnings are nullified by the facility. We can't detect the erased usage of The ultimate goal is to represent the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
61f29c5 to
7b3a7ad
Compare
|
Rebased for build fix. Edit: probably could have just rerun the job? |
Fixes #23967
It needs more mechanism for compiletime ops that are inlined but not
Inlined.