-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
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
When you compile rust you get:
warning: value assigned to `stage` is never read, #[warn(unused_assignments)] on by default
--> src/bootstrap/flags.rs:277:17
|
277 | stage = Some(1);
| ^^^^^
Regression of #38072
Maybe rustbuild should be compiled with #[forbid(warnings)]
to prevent errors like these in the future?
Metadata
Metadata
Assignees
Labels
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)