build: update Rust 1.98.0, nightly-2026-08-25 - #1691
Merged
Merged
Conversation
crabby-the-crab
enabled auto-merge (rebase)
August 22, 2026 03:41
✅ Deploy Preview for aya-rs-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
crabby-the-crab
force-pushed
the
create-pull-request/rust-nightly
branch
from
August 22, 2026 03:53
82f5663 to
415fc45
Compare
tamird
force-pushed
the
create-pull-request/rust-nightly
branch
from
August 22, 2026 11:28
415fc45 to
98e17a9
Compare
Member
|
Blocked on ICE: rust-lang/rust-clippy#17601 |
crabby-the-crab
force-pushed
the
create-pull-request/rust-nightly
branch
3 times, most recently
from
August 23, 2026 03:49
a61fdac to
7826cce
Compare
crabby-the-crab
force-pushed
the
create-pull-request/rust-nightly
branch
3 times, most recently
from
August 24, 2026 03:54
1ef7b82 to
d061dbd
Compare
crabby-the-crab
force-pushed
the
create-pull-request/rust-nightly
branch
from
August 25, 2026 02:25
d061dbd to
69ea207
Compare
tamird
added a commit
that referenced
this pull request
Aug 25, 2026
Clippy now checks constants and type-relative paths for used_underscore_items [1]. This first ships in nightly-2026-08-25, where the BTF maps' references to Self::_CHECK fail CI. Rename these private constants to CHECK, including the shared hash-map macro, and update their references. Keep each let () = Self::CHECK so the kernel constraints and alignment assertions are still evaluated when the corresponding map methods are instantiated. Refs: #1691 [1]: rust-lang/rust-clippy#17308
tamird
force-pushed
the
create-pull-request/rust-nightly
branch
from
August 25, 2026 03:39
69ea207 to
df2ebe3
Compare
tamird
force-pushed
the
create-pull-request/rust-nightly
branch
from
August 25, 2026 04:25
df2ebe3 to
88f4185
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the Rust stable and nightly pins when needed and regenerate derived files.
This change is