File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,6 @@ of these cases
16
16
- ❌: this invariant does not hold, either due to bugs or by design, you must not rely on
17
17
it for soundness or have to be incredibly careful when doing so
18
18
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
-
29
19
### Structural equality modulo regions implies semantic equality ✅
30
20
31
21
If you have a some type and equate it to itself after replacing any regions with unique
You can’t perform that action at this time.
0 commit comments