fix typos
This commit is contained in:
parent
285fa7ecd0
commit
13e889986d
16 changed files with 24 additions and 24 deletions
|
@ -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}"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue