Update Rust toolchains to nightly-2026-04-27#8682
Update Rust toolchains to nightly-2026-04-27#8682hash-worker[bot] wants to merge 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview Includes small compatibility cleanups: switch some Reviewed by Cursor Bugbot for commit 2f0d2b8. Bugbot is set up for automated code reviews on this repo. Configure here. |
🤖 Augment PR SummarySummary: Updates the repo Rust toolchain to Changes: Aligns 🤖 Was this summary useful? React with 👍 or 👎 |
TimDiekmann
left a comment
There was a problem hiding this comment.
Should finally fix the bug about incremental compilation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8682 +/- ##
==========================================
- Coverage 62.08% 62.08% -0.01%
==========================================
Files 1341 1341
Lines 135072 135072
Branches 5744 5744
==========================================
- Hits 83856 83855 -1
- Misses 50308 50309 +1
Partials 908 908
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merging this PR will degrade performance by 20.54%
Performance Changes
Comparing |
|
@copilot fix the linting issues |
Agent-Logs-Url: https://github.com/hashintel/hash/sessions/ef84b90d-bb07-4ff6-a47f-52ffd18f8e37 Co-authored-by: TimDiekmann <21277928+TimDiekmann@users.noreply.github.com>
Head branch was pushed to by a user without write access
|
|
Fixed in commit 2f0d2b8. The changes address 4 clippy warnings introduced by the new nightly:
|
See the output of git range-diff at https://github.com/hashintel/hash/actions/runs/25164909600
| #![expect(clippy::significant_drop_tightening, reason = "test code")] | ||
| use alloc::sync::Arc; | ||
| use core::{ | ||
| io::ErrorKind, |
| Ok(contents) => serde_json::from_str(&contents) | ||
| .change_context_lazy(|| SyncTurborepoError::ParseFile(path.to_owned())), | ||
| Err(err) if err.kind() == std::io::ErrorKind::NotFound => { | ||
| Err(err) if err.kind() == core::io::ErrorKind::NotFound => { |
| } | ||
| Ok(_) => {} | ||
| Err(err) if err.kind() == std::io::ErrorKind::NotFound => {} | ||
| Err(err) if err.kind() == core::io::ErrorKind::NotFound => {} |
|
Copilot missed half of the stuff, great. Very useful. |
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. |
This PR contains the following updates:
2026-04-13→2026-04-27Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.