Skip to content

Conversation

@luca3s
Copy link
Contributor

@luca3s luca3s commented Nov 11, 2025

Fixes #148750, which i introduced in #147935.
I also added the bug report to the tests.

@rustbot
Copy link
Collaborator

rustbot commented Nov 11, 2025

Some changes occurred in compiler/rustc_codegen_ssa

cc @WaffleLapkin

@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) 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 Nov 11, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 11, 2025

r? @davidtwco

rustbot has assigned @davidtwco.
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

@WaffleLapkin
Copy link
Member

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Nov 12, 2025

📌 Commit 1bfad01 has been approved by WaffleLapkin

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 12, 2025
bors added a commit that referenced this pull request Nov 13, 2025
Rollup of 7 pull requests

Successful merges:

 - #147701 (rustdoc: don't ignore path distance for doc aliases)
 - #148735 (Fix ICE caused by invalid spans for shrink_file)
 - #148839 (fix rtsan_nonblocking_async lint closure ICE)
 - #148846 (add a test for combining RPIT with explicit tail calls)
 - #148872 (fix: Do not ICE when missing match arm with ill-formed subty is met)
 - #148880 (Remove explicit install of `eslint` inside of `tidy`'s Dockerfile)
 - #148883 (bootstrap: dont require cmake if local-rebuild is enabled)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 20f111f into rust-lang:main Nov 13, 2025
11 checks passed
@rustbot rustbot added this to the 1.93.0 milestone Nov 13, 2025
@luca3s luca3s deleted the rtsan_ice_fix branch November 13, 2025 05:50
rust-timer added a commit that referenced this pull request Nov 13, 2025
Rollup merge of #148839 - luca3s:rtsan_ice_fix, r=WaffleLapkin

fix rtsan_nonblocking_async lint closure ICE

Fixes #148750, which i introduced in #147935.
I also added the bug report to the tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.

ICE: realtime sanitizer: bug!()

5 participants