-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Don't lint assertions_on_constants
on any const assertions
#12840
Conversation
assertions-on-constants
when it is const assertionsassertions-on-constants
on any const assertions
It's been 2 weeks without new review |
e6cb5a2
to
7b06d72
Compare
Build fail as expected. In summary: So waiting for next rustup... Edit: |
- remove now dead code in ASSERTIONS_ON_CONSTANTS cc rust-lang#11966 - Partially revert "ignore `assertions-on-constants` in const contexts" This reverts commit c7074de.
rerolling r? @llogiq |
Looks ok to me. Thank you for staying the course. @bors r+ |
💔 Test failed - checks-action_test |
Blessed the test after rustup ! |
assertions-on-constants
on any const assertionsassertions_on_constants
on any const assertions
Can the build be rerun? I just ran into this issue. |
@llogiq Could we |
Ok, here goes nothing: @bors retry |
Ah, that won't work. I need to @bors r+ again |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
close #12816
close #12847
cc #12817
changelog: Fix false positives in consts for
assertions_on_constants
andunnecessary_operation
.