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
Opaque types (impl Trait) uses inference variables in several situations. We should explain how that works (with examples!), both for impl trait in return position and type alias impl trait.
The text was updated successfully, but these errors were encountered:
I think we can close this one, and open another one to track the updating of the chapter. Or maybe we can just track it here. Here's one PR towards that goal: #2429
In my opinion as a noob, it seems that there is no more updating of the chapter necessary at this point. Its quality is of acceptable level, when compared to the rest of the documentation.
Opaque types (
impl Trait
) uses inference variables in several situations. We should explain how that works (with examples!), both for impl trait in return position and type alias impl trait.The text was updated successfully, but these errors were encountered: