Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x clean compiler/rustc_middle errors with a stability error #117762

Closed
Noratrieb opened this issue Nov 9, 2023 · 0 comments · Fixed by #117765
Closed

x clean compiler/rustc_middle errors with a stability error #117762

Noratrieb opened this issue Nov 9, 2023 · 0 comments · Fixed by #117765
Assignees
Labels
C-bug Category: This is a bug. regression-untriaged Untriaged performance or correctness regression. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@Noratrieb
Copy link
Member

On current master 4c8862b, I ran x clean compiler/rustc_middle in the root.

This doesn't clean anything but errors with

error: failed to load manifest for workspace member `/home/nils/projects/rust/library/std`

Caused by:
  failed to parse manifest at `/home/nils/projects/rust/library/std/Cargo.toml`

Caused by:
  the cargo feature `public-dependency` requires a nightly version of Cargo, but this is the `beta` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/beta/cargo/reference/unstable.html#public-dependency for more information about using this feature.

looks like a RUSTC_BOOTSTRAP=1 is missing, setting the env var manually makes it work.

@Noratrieb Noratrieb added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) C-bug Category: This is a bug. regression-untriaged Untriaged performance or correctness regression. labels Nov 9, 2023
@rustbot rustbot added I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Nov 9, 2023
@saethlin saethlin removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Nov 9, 2023
@onur-ozkan onur-ozkan self-assigned this Nov 9, 2023
@bors bors closed this as completed in 3d0e99d Nov 10, 2023
@apiraino apiraino removed the I-prioritize Issue: Indicates that prioritization has been requested for this issue. label Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. regression-untriaged Untriaged performance or correctness regression. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants