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 e3de36e commit 3fee5b0Copy full SHA for 3fee5b0
compiler/rustc_metadata/src/locator.rs
@@ -735,6 +735,7 @@ impl<'a> CrateLocator<'a> {
735
};
736
if file.starts_with("lib") {
737
if file.ends_with(".rlib") {
738
+ rmetas.insert(loc_canon.with_extension("rmeta"), PathKind::ExternFlag);
739
rlibs.insert(loc_canon.clone(), PathKind::ExternFlag);
740
continue;
741
}
0 commit comments