We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5977fbb + ff38c28 commit 7e5e520Copy full SHA for 7e5e520
compiler/rustc_middle/src/mir/interpret/error.rs
@@ -144,7 +144,7 @@ impl fmt::Display for InvalidProgramInfo<'_> {
144
AlreadyReported(ErrorGuaranteed { .. }) => {
145
write!(
146
f,
147
- "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)"
148
)
149
}
150
Layout(ref err) => write!(f, "{err}"),
0 commit comments