-
Couldn't load subscription status.
- Fork 20
[deps]: Update clippy_utils digest to 8116b23 #505
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
base: main
Are you sure you want to change the base?
Conversation
|
Internal tracking:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #505 +/- ##
==========================================
- Coverage 77.98% 77.98% -0.01%
==========================================
Files 287 287
Lines 27673 27674 +1
==========================================
Hits 21582 21582
- Misses 6091 6092 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bf39ef4 to
c04503b
Compare
c04503b to
a148743
Compare
a148743 to
d8e87ca
Compare
d8e87ca to
9cfe94b
Compare
|
Great job! No new security vulnerabilities introduced in this pull request |
…ility The clippy_utils update to 8116b23 requires a newer Rust nightly toolchain than nightly-2025-08-07 due to changes in compiler internals (HIR types, trait structure changes, new enum variants, etc.). This updates the toolchain to nightly-2025-10-01 which should be compatible with the updated clippy_utils version.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
a70528b to
9f89133
Compare
Additional compiler internal changes require an even newer nightly to resolve: - BoundVarIndexKind → BoundVariableKind rename - Missing CastKind::Subtype variant - New ProjectionElem::Subtype pattern requirement
Last remaining errors: - StatementKind::Deinit variant removed - ObligationCtxt::select_all_or_error method changed Attempting latest available nightly to match clippy_utils API requirements.
Still getting StatementKind::Deinit and ObligationCtxt::select_all_or_error errors with 10-15. Trying 10-16 in case the required compiler API changes landed in the most recent nightly.
|




This PR contains the following updates:
334fb90->8116b23Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.