fix incorrect import in std_detect on aarch64-unknown-openbsd by folkertdev · Pull Request #148914 · rust-lang/rust (original) (raw)
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.
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the library team, which will review and decide on the PR/issue.
labels
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 changed the title
fix incorrect import on fix incorrect import in aarch64-unknown-openbsdstd_detect on aarch64-unknown-openbsd
📌 Commit ac3faf0 has been approved by Mark-Simulacrum
It is now in the queue for this repository.
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
bors added a commit that referenced this pull request
Rollup of 7 pull requests
Successful merges:
- #148703 (Use
overflow_checksintrinsic soIterRangeFromyields MAX before panicking in debug) - #148881 (use
cfg_select!to pick assembly in codegen test) - #148911 (Make flags from
*FLAGS*(such asRUSTFLAGS) env. vars. have precedence over flags set by bootstrap) - #148914 (fix incorrect import in
std_detectonaarch64-unknown-openbsd) - #148971 (Document Error::{new,other} as to be avoided in pre_exec)
- #148983 (Use rustc target metadata for build-manifest target lists)
- #148995 (add must_use to extract_if methods)
r? @ghost
@rustbot modify labels: rollup
rust-timer added a commit that referenced this pull request
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.
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
Muscraft pushed a commit to Muscraft/rust that referenced this pull request
…iaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#148703 (Use
overflow_checksintrinsic soIterRangeFromyields MAX before panicking in debug) - rust-lang#148881 (use
cfg_select!to pick assembly in codegen test) - rust-lang#148911 (Make flags from
*FLAGS*(such asRUSTFLAGS) env. vars. have precedence over flags set by bootstrap) - rust-lang#148914 (fix incorrect import in
std_detectonaarch64-unknown-openbsd) - rust-lang#148971 (Document Error::{new,other} as to be avoided in pre_exec)
- rust-lang#148983 (Use rustc target metadata for build-manifest target lists)
- rust-lang#148995 (add must_use to extract_if methods)
r? @ghost
@rustbot modify labels: rollup
github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request
…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.