Skip to content

Commit 786b507

Browse files
committed
fixup!
1 parent 5705211 commit 786b507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/locator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ impl<'a> CrateLocator<'a> {
589589
}
590590
Err(MetadataError::VersionMismatch { expected_version, found_version }) => {
591591
// 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
592+
// couldn't load it for some reason. Give a hard error instead of silently
593593
// ignoring it, but only if we would have given an error anyway.
594594
info!(
595595
"Rejecting via version: expected {} got {}",

0 commit comments

Comments
 (0)