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
Right now F::Item: Into<K> + R: Into<String> doesn't stall F::Item: Into<?0>, which is later inferred to ?0 = R and uses the reflexive impl.
The text was updated successfully, but these errors were encountered:
compiler-errors
changed the title
Param-env incompleteness is too incomplete?
Not considering unnormalized candidates in method selection for params
May 21, 2025
Rollup merge of rust-lang#141333 - compiler-errors:param-env-candidate-unnorm, r=lcnr
Use `DeepRejectCtxt` in `assemble_inherent_candidates_from_param`
Fixesrust-lang/trait-system-refactor-initiative#214
We were not properly considering unnormalized param-env candidates in `assemble_inherent_candidates_from_param`.
r? lcnr
https://crater-reports.s3.amazonaws.com/pr-133502-13/try%233cddd79d4be3c8f1e937d09ca618d192abc69373/gh/cpecu.di-server/log.txt
Right now
F::Item: Into<K>
+R: Into<String>
doesn't stallF::Item: Into<?0>
, which is later inferred to?0 = R
and uses the reflexive impl.The text was updated successfully, but these errors were encountered: