We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1c760 commit 728385dCopy full SHA for 728385d
src/bootstrap/bin/rustc.rs
@@ -162,7 +162,6 @@ fn main() {
162
let libdir_string = libdir.to_string_lossy();
163
let (sysroot, _) = libdir_string.rsplit_once('/').unwrap();
164
if !args.iter().any(|arg| arg == "--sysroot") {
165
- eprintln!("passing clippy --sysroot {}", sysroot);
166
cmd.arg("--sysroot").arg(&sysroot);
167
}
168
0 commit comments