-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
Bootstrapping rust nightly fails when building rustfmt
. I suppose this results from merging #80470, where the rustc-ap-rustc_arena crate has been modified (remove some features).
Cargo.lock still uses an old version (v697.0.0). However, it should be v702.0.0.
I build on OpenBSD current. For reference, I attached my build.log.
Metadata
Metadata
Assignees
Labels
C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)