rustbuild: Deny and fix warnings
Turned out this lint uncovered an actual bug! Closes #38484
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
//!
|
||||
//! See comments in `src/bootstrap/rustc.rs` for more information.
|
||||
|
||||
#![deny(warnings)]
|
||||
|
||||
extern crate bootstrap;
|
||||
|
||||
use std::env;
|
||||
|
||||
Reference in New Issue
Block a user