Skip to content

Use named fields in ChunkedBitSet's Chunk::Mixed#153858

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Zalathar:ones-count
Mar 14, 2026
Merged

Use named fields in ChunkedBitSet's Chunk::Mixed#153858
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Zalathar:ones-count

Conversation

@Zalathar
Copy link
Member

This helps to clarify that the field with type ChunkSize is a count of 1s, not a length or size.

There should be no change to compiler behaviour.

This helps to clarify that the field with type `ChunkSize` is a count of 1s,
not a length or size.
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Mar 14, 2026
@rustbot
Copy link
Collaborator

rustbot commented Mar 14, 2026

r? @nnethercote

rustbot has assigned @nnethercote.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 69 candidates
  • Random selection from 15 candidates

@Zalathar
Copy link
Member Author

Copy link
Member

@Kivooeo Kivooeo left a comment

Choose a reason for hiding this comment

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

r=me with ci green

View changes since this review

@Zalathar
Copy link
Member Author

r? Kivooeo
@bors r=Kivooeo rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Mar 14, 2026

📌 Commit 0a90f8d has been approved by Kivooeo

It is now in the queue for this repository.

@rust-bors rust-bors bot added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 14, 2026
@rust-bors rust-bors bot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 14, 2026
rust-bors bot pushed a commit that referenced this pull request Mar 14, 2026
Rollup of 5 pull requests

Successful merges:

 - #153769 (target specs: stricter checks for LLVM ABI values, and correlate that with cfg(target_abi))
 - #153811 (Don't pass a separate `DepKind` to `query_feed`)
 - #153817 (relocate several ui tests)
 - #153840 (tests/debuginfo/basic-stepping.rs: Add cdb test)
 - #153858 (Use named fields in ChunkedBitSet's `Chunk::Mixed`)
@rust-bors rust-bors bot merged commit 4f3a0ff into rust-lang:main Mar 14, 2026
11 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Mar 14, 2026
@Zalathar Zalathar deleted the ones-count branch March 14, 2026 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants