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 0802ebe commit e42c7a1Copy full SHA for e42c7a1
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