Skip to content

Commit 84fdb51

Browse files
authored
Merge pull request #2211 from patrickoliveira15/patch/inference-invariance
2 parents b38aa65 + 80c664a commit 84fdb51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/doc/rustc-dev-guide/src/solve/invariants.md

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ well-formed after normalizing said aliases. We rely on this as
2323
otherwise we would have to re-check for well-formedness for these
2424
types.
2525

26-
This is unfortunately broken for `<fndef as FnOnce<..>>::Output` due to implied bounds,
27-
resulting in [#114936].
28-
2926
### Structural equality modulo regions implies semantic equality ✅
3027

3128
If you have a some type and equate it to itself after replacing any regions with unique

0 commit comments

Comments
 (0)