You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When instantiating substs for ADTs, confirming methods, etc., we create new type variables in the current universe, rather than the root universe, even though these variables could be in the root universe since they represent the "surface" types of a Rust program.
This causes us to unnecessarily generalize aliases, leading to ambiguity.
When instantiating substs for ADTs, confirming methods, etc., we create new type variables in the current universe, rather than the root universe, even though these variables could be in the root universe since they represent the "surface" types of a Rust program.
This causes us to unnecessarily generalize aliases, leading to ambiguity.
TODO: minimize this test case:
which results in:
The text was updated successfully, but these errors were encountered: