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 a9679b9 commit 248a2d1Copy full SHA for 248a2d1
src/bootstrap/bin/rustc.rs
@@ -167,7 +167,6 @@ fn main() {
167
let libdir_string = libdir.to_string_lossy();
168
let (sysroot, _) = libdir_string.rsplit_once('/').unwrap();
169
if !args.iter().any(|arg| arg == "--sysroot") {
170
- eprintln!("passing clippy --sysroot {}", sysroot);
171
cmd.arg("--sysroot").arg(&sysroot);
172
}
173
0 commit comments