-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
x check bootstrap doesn't work #143385
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.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)
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.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)
Type
Fields
Give feedbackNo fields configured for issues without a type.
x check bootstrap(which essentially doescd src/bootstrap && cargo check --all-targetsdoesn't compile. Probably there are some issues with test/non-test code when all targets are compiled together.