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 7969fd3 commit 5f0a9f8Copy full SHA for 5f0a9f8
1 file changed
compiler/rustc_metadata/src/locator.rs
@@ -619,6 +619,7 @@ impl<'a> CrateLocator<'a> {
619
return None;
620
}
621
622
+ return Some(hash);
623
624
625
let root = metadata.get_root();
0 commit comments