Skip to content

Commit 87894b0

Browse files
lcnrBoxyUwU
authored andcommitted
canonicalization is out of date
1 parent db46d3e commit 87894b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/solve/canonicalization.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ TODO: link to code once the PR lands and elaborate
7878
- all regions in the input get all mapped to existentially bound vars and we "uniquify" them.
7979
`&'a (): Trait<'a>` gets canonicalized to `exists<'0, '1> &'0 (): Trait<'1>`. We do not care
8080
about their universes and simply put all regions into the highest universe of the input.
81-
- once we collected all canonical vars we compress their universes, see comment in `finalize`.
8281
- in the output everything in a universe of the caller gets put into the root universe and only
8382
gets its correct universe when we unify the var values with the orig values of the caller
8483
- we do not uniquify regions in the response and don't canonicalize `'static`

0 commit comments

Comments
 (0)