mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-20 04:04:29 -04:00
Rollup merge of #104550 - RalfJung:typo, r=compiler-errors
fix a typo r? `@lcnr`
This commit is contained in:
@@ -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}"),
|
||||
|
||||
Reference in New Issue
Block a user