Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mustartt committed Nov 18, 2024
1 parent eeb83f9 commit 7af8f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_metadata/src/locator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ fn get_metadata_section<'p>(
Ok(()) => {
debug!("metadata blob read okay");
Ok(blob)
},
}
Err(None) => Err(MetadataError::LoadFailure(format!(
"invalid metadata version found: {}",
filename.display()
Expand Down

0 comments on commit 7af8f2e

Please sign in to comment.