We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdea9e commit bc5aeb1Copy full SHA for bc5aeb1
src/tools/compiletest/src/runtest.rs
@@ -82,7 +82,7 @@ fn disable_error_reporting<F: FnOnce() -> R, R>(f: F) -> R {
82
}
83
84
/// The platform-specific library name
85
-pub fn get_lib_name(lib: &str, dylib: bool) -> String {
+fn get_lib_name(lib: &str, dylib: bool) -> String {
86
// In some casess (e.g. MUSL), we build a static
87
// library, rather than a dynamic library.
88
// In this case, the only path we can pass
0 commit comments