Rollup of 3 pull requests#153538
Closed
JonathanBrouwer wants to merge 10 commits intorust-lang:mainfrom
Closed
Conversation
(cherry picked from commit bad24cc)
…imulacrum Bootstrap update - Replace version placeholders with 1.95.0 - Bump stage0 to 1.95.0-beta.1 - Clear `STAGE0_MISSING_TARGETS` - Update `cfg(bootstrap)` - Reformat with the new stage0
…o-hir-arena, r=petrochenkov Replace Box<[TraitCandidate]> with &'hir [TraitCandidate<'hir>] This PR allocates trait candidates on HIR arena and replaces `remove` with `get` in `ResolverAstLowering`. First step for rust-lang#153489. r? @petrochenkov
…, r=aDotInTheVoid Fix incorrect rustdoc JSON representation of `#[doc(test(..))]` attrs. Attributes like `#[doc(test(attr(deny(rust_2018_idioms))))]` are accidentally emitted without the final `]`. Also, the `#[doc(test(no_crate_inject))]` attribute is mistakenly emitted as `#[doc(no_crate_inject)]` — note the missing `test` wrapper. This PR adds the missing `]` and fixes the `no_crate_inject`, and adds regression tests for both. Thanks to the folks working on `tonic` and `pyo3` for reporting a `cargo-semver-checks` crash on Rust 1.94 in their projects, which led me to finding this bug. Refs: - https://github.com/hyperium/tonic/actions/runs/22732044107/job/65957306230?pr=2536 - https://github.com/PyO3/pyo3/actions/runs/22745106403/job/65967167797 - obi1kenobi/cargo-semver-checks#1590 r? @aDotInTheVoid
Contributor
Author
|
@bors r+ rollup=never p=5 |
Contributor
Contributor
Author
|
Trying commonly failed jobs |
This comment has been minimized.
This comment has been minimized.
rust-bors bot
pushed a commit
that referenced
this pull request
Mar 7, 2026
Rollup of 3 pull requests try-job: test-various try-job: x86_64-gnu-aux try-job: x86_64-gnu-llvm-21-3 try-job: x86_64-msvc-1 try-job: aarch64-apple try-job: x86_64-mingw-1
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Merged
Contributor
|
PR #153462, which is a member of this rollup, was unapproved. This rollup was thus unapproved. |
Contributor
|
💔 Test for dec3041 failed: CI. Failed job:
|
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:
#[doc(test(..))]attrs. #153465 (Fix incorrect rustdoc JSON representation of#[doc(test(..))]attrs.)r? @ghost
Create a similar rollup