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 77891e2 commit 7cba23eCopy full SHA for 7cba23e
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -820,7 +820,7 @@ fn link_natively(
820
for lib_dir in &library_search_dirs {
821
let candidate_path = lib_dir.join(candidate);
822
if candidate_path.is_file() {
823
- eprintln!("Found native library at {candidate_path:?}");
+ // eprintln!("Found native library at {candidate_path:?}");
824
obj_candidates.push(candidate_path);
825
}
826
0 commit comments