Skip to content

Conversation

@riverar
Copy link
Collaborator

@riverar riverar commented Dec 16, 2025

The nightly Rust toolchain is now pinned to a specific version to temporarily work around a known Clippy issue.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR temporarily pins the Clippy CI workflow to use Rust nightly toolchain version nightly-2025-12-11 to avoid an Internal Compiler Error (ICE) in Clippy's needless_type_cast lint, as documented in rust-lang/rust-clippy#16243.

Key Changes:

  • Pinned nightly Rust toolchain to a specific date (2025-12-11) instead of using the latest nightly
  • Updated toolchain installation command to use rustup toolchain install with the pinned version
  • Added explanatory comment referencing the upstream Clippy issue

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@kennykerr kennykerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@riverar riverar merged commit 7869da9 into master Dec 16, 2025
38 checks passed
@riverar riverar deleted the rafael/clippy-ice-16243 branch December 16, 2025 22:36
@kennykerr
Copy link
Collaborator

Time to revert?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants