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 65766fd commit e834aaaCopy full SHA for e834aaa
src/librustc_codegen_ssa/back/link.rs
@@ -982,10 +982,8 @@ fn get_crt_libs_path(sess: &Session) -> Option<PathBuf> {
982
983
let system_libs = SYSTEM_LIBS.lock().unwrap().clone();
984
if let Some(compiler_libs_path) = system_libs {
985
- println!("cache: hit");
986
return Some(compiler_libs_path);
987
} else {
988
- println!("cache: miss");
989
let compiler = if let Some(linker) = &sess.opts.cg.linker {
990
linker.clone().into_os_string()
991
} else if let Some(linker) = &sess.target.target.options.linker {
0 commit comments