| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
Fixes #95616
|
|
Also prevent ICE when adding a const in associated const equality.
|
|
ProjectionPredicate should be able to handle both associated types and consts so this adds the
first step of that. It mainly just pipes types all the way down, not entirely sure how to handle
consts, but hopefully that'll come with time.
|
|
there's other problems
As shown in the two test requirements that got updated, if there's other problems,
then those other problems are probably the root cause of the incorrect generics count.
|
|
Co-authored-by: Esteban Kuber <esteban@kuber.com.ar>
|
|
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
|
|
Fixes #89013
|