-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Update bitflags
to 2.9.3.
#145828
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
Merged
Merged
Update bitflags
to 2.9.3.
#145828
Conversation
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
The `bitflags!` macro in the latest release has slightly streamlined codegen. See bitflags/bitflags#458 for details.
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
r=me once CI is green. |
@bors r=joshtriplett |
@bors rollup |
Zalathar
added a commit
to Zalathar/rust
that referenced
this pull request
Aug 25, 2025
…triplett Update `bitflags` to 2.9.3. The `bitflags!` macro in the latest release has slightly streamlined codegen. See bitflags/bitflags#458 for details. r? `@yaahc`
This comment has been minimized.
This comment has been minimized.
rust-bors bot
added a commit
that referenced
this pull request
Aug 25, 2025
Update `bitflags` to 2.9.3. try-job: dist-various-2
bors
added a commit
that referenced
this pull request
Aug 25, 2025
Rollup of 10 pull requests Successful merges: - #135761 (Dial down detail of B-tree description) - #145620 (Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn casts) - #145788 (Fix attribute target checking for macro calls) - #145794 (bootstrap.py: Improve CPU detection on NetBSD) - #145817 (cg_llvm: Replace the `llvm::Bool` typedef with a proper newtype) - #145820 (raw-dylib-elf: set correct `DT_VERDEFNUM`) - #145828 (Update `bitflags` to 2.9.3.) - #145830 (Remove the lifetime from `ExpTokenPair`/`SeqSep`.) - #145836 (Remove outdated bug comments) - #145842 (rustc-dev-guide subtree update) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
that referenced
this pull request
Aug 25, 2025
Rollup merge of #145828 - nnethercote:bitflags-2.9.3, r=joshtriplett Update `bitflags` to 2.9.3. The `bitflags!` macro in the latest release has slightly streamlined codegen. See bitflags/bitflags#458 for details. r? `@yaahc`
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.
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.
The
bitflags!
macro in the latest release has slightly streamlined codegen. See bitflags/bitflags#458 for details.r? @yaahc