Rollup merge of #114712 - compiler-errors:comment-nits, r=lcnr
Fix a couple of bad comments A couple of nits I saw. Sorry, this really should be folded into some other PR of mine, but I will literally forget if I don't put these up now.
This commit is contained in:
commit
5f906897f6
4 changed files with 9 additions and 9 deletions
|
@ -2394,7 +2394,7 @@ impl<'tcx> SelectionContext<'_, 'tcx> {
|
|||
Ok(args) => args,
|
||||
Err(()) => {
|
||||
// FIXME: A rematch may fail when a candidate cache hit occurs
|
||||
// on thefreshened form of the trait predicate, but the match
|
||||
// on the freshened form of the trait predicate, but the match
|
||||
// fails for some reason that is not captured in the freshened
|
||||
// cache key. For example, equating an impl trait ref against
|
||||
// the placeholder trait ref may fail due the Generalizer relation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue