Skip to content

Commit

Permalink
Rollup merge of rust-lang#104550 - RalfJung:typo, r=compiler-errors
Browse files Browse the repository at this point in the history
fix a typo

r? `@lcnr`
  • Loading branch information
matthiaskrgr authored Nov 18, 2022
2 parents 5977fbb + ff38c28 commit 7e5e520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/mir/interpret/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl fmt::Display for InvalidProgramInfo<'_> {
AlreadyReported(ErrorGuaranteed { .. }) => {
write!(
f,
"an error has already been reported elsewhere (this sould not usually be printed)"
"an error has already been reported elsewhere (this should not usually be printed)"
)
}
Layout(ref err) => write!(f, "{err}"),
Expand Down

0 comments on commit 7e5e520

Please sign in to comment.