Merge pull request #2211 from patrickoliveira15/patch/inference-invariance
This commit is contained in:
commit
c1b4cfaa96
|
|
@ -23,9 +23,6 @@ well-formed after normalizing said aliases. We rely on this as
|
||||||
otherwise we would have to re-check for well-formedness for these
|
otherwise we would have to re-check for well-formedness for these
|
||||||
types.
|
types.
|
||||||
|
|
||||||
This is unfortunately broken for `<fndef as FnOnce<..>>::Output` due to implied bounds,
|
|
||||||
resulting in [#114936].
|
|
||||||
|
|
||||||
### Structural equality modulo regions implies semantic equality ✅
|
### Structural equality modulo regions implies semantic equality ✅
|
||||||
|
|
||||||
If you have a some type and equate it to itself after replacing any regions with unique
|
If you have a some type and equate it to itself after replacing any regions with unique
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue