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
Due to auto trait leakage, we have an auto trait candidate for opaque types. Conceptionally auto trait leakage emulates assemble_candidates_after_normalizing_self_ty for things we can't normalize in a regular way. If we are able to normalize sensibly then we don't need to add auto traits for projections, this has been implemented in rust-lang/rust#112825.
The text was updated successfully, but these errors were encountered:
Due to auto trait leakage, we have an auto trait candidate for opaque types. Conceptionally auto trait leakage emulates
assemble_candidates_after_normalizing_self_ty
for things we can't normalize in a regular way. If we are able to normalize sensibly then we don't need to add auto traits for projections, this has been implemented in rust-lang/rust#112825.The text was updated successfully, but these errors were encountered: