1
Fork 0

fix typos

This commit is contained in:
Dylan DPC 2022-03-15 02:00:08 +01:00
parent 285fa7ecd0
commit 13e889986d
16 changed files with 24 additions and 24 deletions

View file

@ -369,7 +369,7 @@ impl<'a, 'tcx> InferCtxtExt<'tcx> for InferCtxt<'a, 'tcx> {
(true, Some(None)) => {
Some(format!("{cannot_do_this} in const contexts"))
}
// overriden post message
// overridden post message
(true, Some(Some(post_message))) => {
Some(format!("{cannot_do_this}{post_message}"))
}