mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Rollup merge of #104550 - RalfJung:typo, r=compiler-errors
fix a typo r? `@lcnr`
This commit is contained in:
commit
7e5e520c7d
@ -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}"),
|
||||
|
Loading…
Reference in New Issue
Block a user