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 df1b1af commit f71d86bCopy full SHA for f71d86b
src/tools/compiletest/src/runtest.rs
@@ -86,7 +86,7 @@ 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
89
- // with '--extern-meta' is the '.lib' file
+ // with '--extern-meta' is the '.rlib' file
90
if !dylib {
91
return format!("lib{}.rlib", lib);
92
}
0 commit comments