mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Fix existing comment typo.
This commit is contained in:
parent
01118928fc
commit
736603424e
@ -836,8 +836,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
|
|||||||
return Ok(None);
|
return Ok(None);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// If there are *NO* candidates, then there are no impls --
|
||||||
// If there are *NO* candidates, that there are no impls --
|
|
||||||
// that we know of, anyway. Note that in the case where there
|
// that we know of, anyway. Note that in the case where there
|
||||||
// are unbound type variables within the obligation, it might
|
// are unbound type variables within the obligation, it might
|
||||||
// be the case that you could still satisfy the obligation
|
// be the case that you could still satisfy the obligation
|
||||||
|
Loading…
Reference in New Issue
Block a user