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
Since any Rust impl is going to need to be semantically equivalent to the desugaring that rustc does, we should document what the desugarings are in the reference.
The for loop one is documented already in the std lib.