Rollup of 5 pull requests#155339
Open
JonathanBrouwer wants to merge 16 commits intorust-lang:mainfrom
Open
Conversation
Reformat `top_level_options!` and `options!` macro declarations These macros are already tricky, and having weird formatting doesn't help. Using a more regular style makes it easier to see where nesting begins and ends. Extracted from rust-lang#154501 after the changes in rust-lang#149357 made rebasing very difficult. There should be no change to compiler behaviour.
…r=tgross35 bump std libc to `0.2.185` https://github.com/rust-lang/libc/releases/tag/0.2.185 r? tgross35
attribute cleanup: rustc_confusables r? @jdonszelmann
…, r=JohnTitor `CValue::zst()` - add missing "ZST" in docs
…trochenkov various small `rustc_expand` cleanups Each commit should be reviewable on its own.
Contributor
Author
|
@bors r+ rollup=never p=5 |
Contributor
This comment has been minimized.
This comment has been minimized.
rust-bors bot
pushed a commit
that referenced
this pull request
Apr 15, 2026
…uwer Rollup of 5 pull requests Successful merges: - #155331 (Reformat `top_level_options!` and `options!` macro declarations) - #155332 (bump std libc to `0.2.185`) - #155286 (attribute cleanup: rustc_confusables) - #155306 (`CValue::zst()` - add missing "ZST" in docs) - #155311 (various small `rustc_expand` cleanups)
Contributor
|
💔 Test for 71f4f54 failed: CI. Failed job:
|
Collaborator
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
Contributor
Author
|
@bors retry |
Contributor
|
⌛ Testing commit 439410f with merge 9620eae... Workflow: https://github.com/rust-lang/rust/actions/runs/24461529513 |
rust-bors bot
pushed a commit
that referenced
this pull request
Apr 15, 2026
…uwer Rollup of 5 pull requests Successful merges: - #155331 (Reformat `top_level_options!` and `options!` macro declarations) - #155332 (bump std libc to `0.2.185`) - #155286 (attribute cleanup: rustc_confusables) - #155306 (`CValue::zst()` - add missing "ZST" in docs) - #155311 (various small `rustc_expand` cleanups)
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.
Successful merges:
top_level_options!andoptions!macro declarations #155331 (Reformattop_level_options!andoptions!macro declarations)0.2.185#155332 (bump std libc to0.2.185)CValue::zst()- add missing "ZST" in docs #155306 (CValue::zst()- add missing "ZST" in docs)rustc_expandcleanups #155311 (various smallrustc_expandcleanups)r? @ghost
Create a similar rollup