fix incorrect import in std_detect on aarch64-unknown-openbsd by folkertdev · Pull Request #148914 · rust-lang/rust (original) (raw)

@folkertdev

fixes #148898

In #147024 the module structure of std_detect for openbsd was changed which invalidated this super:: usage.

I've now tested that std_detect builds (or well, checks, because I don't have the right linkers) with aarch64-unknown-openbsd and powerpc64-unknown-openbsd.

@folkertdev

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-libs

Relevant to the library team, which will review and decide on the PR/issue.

labels

Nov 13, 2025

@rustbot

r? @Mark-Simulacrum

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

@folkertdev folkertdev changed the titlefix incorrect import on aarch64-unknown-openbsd fix incorrect import in std_detect on aarch64-unknown-openbsd

Nov 13, 2025

@Mark-Simulacrum

@bors

📌 Commit ac3faf0 has been approved by Mark-Simulacrum

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 16, 2025

bors added a commit that referenced this pull request

Nov 16, 2025

@bors

Rollup of 7 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit that referenced this pull request

Nov 16, 2025

@rust-timer

Rollup merge of #148914 - folkertdev:aarch64-openbsd-fix-import, r=Mark-Simulacrum

fix incorrect import in std_detect on aarch64-unknown-openbsd

fixes #148898

In #147024 the module structure of std_detect for openbsd was changed which invalidated this super:: usage.

I've now tested that std_detect builds (or well, checks, because I don't have the right linkers) with aarch64-unknown-openbsd and powerpc64-unknown-openbsd.

@jhpratt

@bors bors added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

labels

Nov 17, 2025

Muscraft pushed a commit to Muscraft/rust that referenced this pull request

Nov 17, 2025

@bors @Muscraft

…iaskrgr

Rollup of 7 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request

Nov 30, 2025

@matthiaskrgr

…ort, r=Mark-Simulacrum

fix incorrect import in std_detect on aarch64-unknown-openbsd

fixes rust-lang#148898

In rust-lang#147024 the module structure of std_detect for openbsd was changed which invalidated this super:: usage.

I've now tested that std_detect builds (or well, checks, because I don't have the right linkers) with aarch64-unknown-openbsd and powerpc64-unknown-openbsd.