Skip to content

Fix references to unsupported on sys::paths::unix - #160825

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
vita-rust:fix-references-unsupported-vita
Aug 10, 2026
Merged

Fix references to unsupported on sys::paths::unix#160825
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
vita-rust:fix-references-unsupported-vita

Conversation

@pheki

@pheki pheki commented Aug 10, 2026

Copy link
Copy Markdown
Contributor
  • I did not use an LLM to create a change in this PR.
  • I used an LLM to create a change in this PR, and I have explained below how it was used.

Compilation was seemingly broken by PR #150885, commit f2dd932, by removing one of the nested mods.

I'm one of the armv7-sony-vita-newlibeabihf target maintainers.

Summary of changes for affected targets:

@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 Aug 10, 2026
@rustbot

rustbot commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @ChrisDenton, libs
  • @ChrisDenton, libs expanded to 13 candidates
  • Random selection from JohnTitor, Mark-Simulacrum, clarfonthey, nia-e

@joboet

joboet commented Aug 10, 2026

Copy link
Copy Markdown
Member

Thanks!
@bors r+ rollup
r? joboet

@rust-bors

rust-bors Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 57e48b0 has been approved by joboet

It is now in the queue for this repository.

@rust-bors rust-bors Bot added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 10, 2026
@rust-bors rust-bors Bot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 10, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 10, 2026
…ed-vita, r=joboet

Fix references to unsupported on sys::paths::unix

Compilation was seemingly broken by PR rust-lang#150885, commit f2dd932, by removing one of the nested `mod`s.

I'm one of the `armv7-sony-vita-newlibeabihf` target maintainers.

Summary of changes for affected targets:

- `armv7-sony-vita-newlibeabihf`: now compiles
- `armv6k-nintendo-3ds`: still doesn't compile, apparently due to an issue introduced in rust-lang#158168, which should be fixed by rust-lang#160170
- all espidf targets: I haven't compiled any of them as I don't have the toolchain installed, but it should be on the same as 3DS. The same errors can be seen in [does-it-build](https://does-it-build.noratrieb.dev/build?nightly=2026-08-09&target=xtensa-esp32s3-espidf&mode=std)
rust-bors Bot pushed a commit that referenced this pull request Aug 10, 2026
…uwer

Rollup of 9 pull requests

Successful merges:

 - #158404 (trait_solver: normalize next-gen region constraints)
 - #160631 (Do not eagerly download rustfmt in bootstrap)
 - #160642 (mir: prohibit projection into scalable vec)
 - #160749 (MaybeDangling: ensure references fit inside the address space)
 - #160791 (Use recognizer functions for enums and tuple structs)
 - #160500 (Fix inaccurate description for crate and pathroot)
 - #160590 (Docs & bors: Replace mentions of libs-api with libs)
 - #160825 (Fix references to unsupported on sys::paths::unix)
 - #160852 (Use `remove_dir_all` for `./x clean`)

Failed merges:

 - #160829 (bootstrap: Make `main.rs` a stub that calls into the library crate)
@rust-bors
rust-bors Bot merged commit db9e327 into rust-lang:main Aug 10, 2026
13 checks passed
@rustbot rustbot added this to the 1.99.0 milestone Aug 10, 2026
rust-timer added a commit that referenced this pull request Aug 10, 2026
Rollup merge of #160825 - vita-rust:fix-references-unsupported-vita, r=joboet

Fix references to unsupported on sys::paths::unix

Compilation was seemingly broken by PR #150885, commit f2dd932, by removing one of the nested `mod`s.

I'm one of the `armv7-sony-vita-newlibeabihf` target maintainers.

Summary of changes for affected targets:

- `armv7-sony-vita-newlibeabihf`: now compiles
- `armv6k-nintendo-3ds`: still doesn't compile, apparently due to an issue introduced in #158168, which should be fixed by #160170
- all espidf targets: I haven't compiled any of them as I don't have the toolchain installed, but it should be on the same as 3DS. The same errors can be seen in [does-it-build](https://does-it-build.noratrieb.dev/build?nightly=2026-08-09&target=xtensa-esp32s3-espidf&mode=std)
@pheki
pheki deleted the fix-references-unsupported-vita branch August 10, 2026 22:43
github-actions Bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Aug 11, 2026
…uwer

Rollup of 9 pull requests

Successful merges:

 - rust-lang/rust#158404 (trait_solver: normalize next-gen region constraints)
 - rust-lang/rust#160631 (Do not eagerly download rustfmt in bootstrap)
 - rust-lang/rust#160642 (mir: prohibit projection into scalable vec)
 - rust-lang/rust#160749 (MaybeDangling: ensure references fit inside the address space)
 - rust-lang/rust#160791 (Use recognizer functions for enums and tuple structs)
 - rust-lang/rust#160500 (Fix inaccurate description for crate and pathroot)
 - rust-lang/rust#160590 (Docs & bors: Replace mentions of libs-api with libs)
 - rust-lang/rust#160825 (Fix references to unsupported on sys::paths::unix)
 - rust-lang/rust#160852 (Use `remove_dir_all` for `./x clean`)

Failed merges:

 - rust-lang/rust#160829 (bootstrap: Make `main.rs` a stub that calls into the library crate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants