Skip to content

Commit 2589421

Browse files
remove outdated text about wfx implies
1 parent a75e404 commit 2589421

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/solve/invariants.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ of these cases
1616
- ❌: this invariant does not hold, either due to bugs or by design, you must not rely on
1717
it for soundness or have to be incredibly careful when doing so
1818

19-
### `wf(X)` implies `wf(normalize(X))`
20-
21-
If a type containing aliases is well-formed, it should also be
22-
well-formed after normalizing said aliases. We rely on this as
23-
otherwise we would have to re-check for well-formedness for these
24-
types.
25-
26-
This is unfortunately broken for `<fndef as FnOnce<..>>::Output` due to implied bounds,
27-
resulting in [#114936].
28-
2919
### Structural equality modulo regions implies semantic equality ✅
3020

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

0 commit comments

Comments
 (0)