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 5705211 commit 786b507Copy full SHA for 786b507
compiler/rustc_metadata/src/locator.rs
@@ -589,7 +589,7 @@ impl<'a> CrateLocator<'a> {
589
}
590
Err(MetadataError::VersionMismatch { expected_version, found_version }) => {
591
// The file was present and created by the same compiler version, but we
592
- // couldn't load it for some reason. Give a hard error instead of silently
+ // couldn't load it for some reason. Give a hard error instead of silently
593
// ignoring it, but only if we would have given an error anyway.
594
info!(
595
"Rejecting via version: expected {} got {}",
0 commit comments